Partager via


ParameterDirectiveProcessor.IsDirectiveSupported, méthode

Ce membre substitue DirectiveProcessor.IsDirectiveSupported(String).

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

Syntaxe

'Déclaration
Public Overrides Function IsDirectiveSupported ( _
    directiveName As String _
) As Boolean
public override bool IsDirectiveSupported(
    string directiveName
)
public:
virtual bool IsDirectiveSupported(
    String^ directiveName
) override
abstract IsDirectiveSupported : 
        directiveName:string -> bool 
override IsDirectiveSupported : 
        directiveName:string -> bool 
public override function IsDirectiveSupported(
    directiveName : String
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean

Implémentations

IDirectiveProcessor.IsDirectiveSupported(String)

Sécurité .NET Framework

Voir aussi

Référence

ParameterDirectiveProcessor Classe

Microsoft.VisualStudio.TextTemplating, espace de noms