IDirectiveProcessor.IsDirectiveSupported(String) Method

Definition

Does this DirectiveProcessor support the given directive.

public:
 bool IsDirectiveSupported(System::String ^ directiveName);
public bool IsDirectiveSupported (string directiveName);
abstract member IsDirectiveSupported : string -> bool
Public Function IsDirectiveSupported (directiveName As String) As Boolean

Parameters

directiveName
String

Returns

Returns Boolean.

Applies to