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
- directiveName
Type : System.String
Valeur de retour
Type : System.Boolean
Implémentations
IDirectiveProcessor.IsDirectiveSupported(String)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.