IDirectiveProcessor.IsDirectiveSupported – metoda
Tento DirectiveProcessor podporuje dané směrnice.
Obor názvů: Microsoft.VisualStudio.TextTemplating
Sestavení: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (v Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)
Syntaxe
'Deklarace
Function IsDirectiveSupported ( _
directiveName As String _
) As Boolean
bool IsDirectiveSupported(
string directiveName
)
bool IsDirectiveSupported(
String^ directiveName
)
abstract IsDirectiveSupported :
directiveName:string -> bool
function IsDirectiveSupported(
directiveName : String
) : boolean
Parametry
- directiveName
Typ: System.String
Vrácená hodnota
Typ: System.Boolean
Vrátí Boolean.
Poznámky
Toto volání není připojen k počítači státu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.