ParameterDirectiveProcessor.IsDirectiveSupported – metoda
Tento člen přepisuje DirectiveProcessor.IsDirectiveSupported(String).
Obor názvů: Microsoft.VisualStudio.TextTemplating
Sestavení: Microsoft.VisualStudio.TextTemplating.12.0 (v Microsoft.VisualStudio.TextTemplating.12.0.dll)
Syntaxe
'Deklarace
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
Parametry
- directiveName
Typ: String
Vrácená hodnota
Typ: Boolean
Implementuje
IDirectiveProcessor.IsDirectiveSupported(String)
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.