Udostępnij za pośrednictwem


Metoda IDirectiveProcessor.IsDirectiveSupported —

Czy to DirectiveProcessor obsługuje danej dyrektywy.

Przestrzeń nazw:  Microsoft.VisualStudio.TextTemplating
Zestaw:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (w Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Składnia

'Deklaracja
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

Wartość zwracana

Typ: System.Boolean
Returns Boolean.

Uwagi

To wywołanie nie jest podłączony do komputera stanu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IDirectiveProcessor Interfejs

Przestrzeń nazw Microsoft.VisualStudio.TextTemplating