Partager via


SupportedDirectiveAttribute, constructeur

Déclare que le processeur de directive T4 décoré prend en charge la directive donnée.

Espace de noms :  Microsoft.VisualStudio.TextTemplating
Assembly :  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (dans Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Syntaxe

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

Paramètres

  • supportedDirective
    Type : System.String
    Une directive en charge du processeur.

Sécurité .NET Framework

Voir aussi

Référence

SupportedDirectiveAttribute Classe

Microsoft.VisualStudio.TextTemplating, espace de noms