DirectiveProcessor.IsDirectiveSupported(String) Method

Definition

Does this DirectiveProcessor support the given directive

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

Parameters

directiveName
String

Returns

Implements

Remarks

This call is not connected to the state machine

Applies to