IDirectiveProcessor.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.
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.