Share via


SupportedDirectiveAttribute(String) Constructor

Definition

Declares that the decorated T4 directive processor supports the given directive.

public:
 SupportedDirectiveAttribute(System::String ^ supportedDirective);
public SupportedDirectiveAttribute (string supportedDirective);
new Microsoft.VisualStudio.TextTemplating.SupportedDirectiveAttribute : string -> Microsoft.VisualStudio.TextTemplating.SupportedDirectiveAttribute
Public Sub New (supportedDirective As String)

Parameters

supportedDirective
String

A directive the processor supports.

Applies to