Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get any custom attributes to put on the template class.
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.12.0 (in Microsoft.VisualStudio.TextTemplating.12.0.dll)
Syntax
'Declaration
Public Overridable Function GetTemplateClassCustomAttributes As CodeAttributeDeclarationCollection
public virtual CodeAttributeDeclarationCollection GetTemplateClassCustomAttributes()
public:
virtual CodeAttributeDeclarationCollection^ GetTemplateClassCustomAttributes()
abstract GetTemplateClassCustomAttributes : unit -> CodeAttributeDeclarationCollection
override GetTemplateClassCustomAttributes : unit -> CodeAttributeDeclarationCollection
public function GetTemplateClassCustomAttributes() : CodeAttributeDeclarationCollection
Return Value
Type: System.CodeDom.CodeAttributeDeclarationCollection
A collection of custom attributes that can be null or empty.
Implements
IDirectiveProcessor.GetTemplateClassCustomAttributes
Remarks
The default implementation is to produce no attributes.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.