DirectiveProcessor.GetTemplateClassCustomAttributes Method

Definition

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.CodeAttributeDeclarationCollection
Public Overridable Function GetTemplateClassCustomAttributes () As CodeAttributeDeclarationCollection

Returns

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

Implements

Remarks

The default implementation is to produce no attributes.

Applies to