SupportedDirectiveAttribute(String) Konstruktor

Definition

Deklariert, dass der ergänzte T4-Direktivenprozessor die angegebene Direktive unterstützt.

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)

Parameter

supportedDirective
String

Eine Direktive, die der Prozessor unterstützt.

Gilt für