DirectiveProcessor.GetTemplateClassCustomAttributes Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get any custom attributes to place on the template class.
public:
 virtual System::CodeDom::CodeAttributeDeclarationCollection ^ GetTemplateClassCustomAttributes();public virtual System.CodeDom.CodeAttributeDeclarationCollection GetTemplateClassCustomAttributes();abstract member GetTemplateClassCustomAttributes : unit -> System.CodeDom.CodeAttributeDeclarationCollection
override this.GetTemplateClassCustomAttributes : unit -> System.CodeDom.CodeAttributeDeclarationCollectionPublic Overridable Function GetTemplateClassCustomAttributes () As CodeAttributeDeclarationCollectionReturns
A collection of custom attributes that can be null or empty.
Implements
Remarks
The default implementation is to produce no attributes.