Freigeben über


DirectiveProcessor.GetTemplateClassCustomAttributes-Methode

Rufen Sie alle benutzerdefinierten Attribute ab, um die Vorlagenklasse an zu setzen.

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

Rückgabewert

Typ: CodeAttributeDeclarationCollection
Eine Sammlung benutzerdefinierter Attribute, die NULL oder leer sein können.

Implementiert

IDirectiveProcessor.GetTemplateClassCustomAttributes

Hinweise

Die Standardimplementierung ist, keine Attribute zu erzeugen.

.NET Framework-Sicherheit

Siehe auch

Referenz

DirectiveProcessor Klasse

Microsoft.VisualStudio.TextTemplating-Namespace