IDirectiveProcessor.GetTemplateClassCustomAttributes Method

Definition

Gets any custom attributes to include on the template class.

public:
 System::CodeDom::CodeAttributeDeclarationCollection ^ GetTemplateClassCustomAttributes();
public System.CodeDom.CodeAttributeDeclarationCollection GetTemplateClassCustomAttributes ();
abstract member GetTemplateClassCustomAttributes : unit -> System.CodeDom.CodeAttributeDeclarationCollection
Public Function GetTemplateClassCustomAttributes () As CodeAttributeDeclarationCollection

Returns

A collection of custom attributes that can be null or empty.

Applies to