SupportedDirectiveAttribute Constructor

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

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Syntax

'Declaration
Public Sub New ( _
    supportedDirective As String _
)
public SupportedDirectiveAttribute(
    string supportedDirective
)
public:
SupportedDirectiveAttribute(
    String^ supportedDirective
)
new : 
        supportedDirective:string -> SupportedDirectiveAttribute
public function SupportedDirectiveAttribute(
    supportedDirective : String
)

Parameters

  • supportedDirective
    Type: String

    A directive the processor supports.

.NET Framework Security

See Also

Reference

SupportedDirectiveAttribute Class

Microsoft.VisualStudio.TextTemplating Namespace