DirectiveProcessor.IsDirectiveSupported(String) Methode

Definition

Unterstützt dieser directiveprocessor die angegebene Anweisung

public:
 abstract bool IsDirectiveSupported(System::String ^ directiveName);
public:
 abstract bool IsDirectiveSupported(Platform::String ^ directiveName);
 abstract bool IsDirectiveSupported(std::wstring const & directiveName);
public abstract bool IsDirectiveSupported (string directiveName);
abstract member IsDirectiveSupported : string -> bool
Public MustOverride Function IsDirectiveSupported (directiveName As String) As Boolean

Parameter

directiveName
String

Gibt zurück

Boolean

Implementiert

Hinweise

Dieser Befehl ist nicht mit dem Zustands Automat verbunden.

Gilt für