DslDirectiveProcessorBase.IsDirectiveSupported(String) Method

Definition

Check if the directive name is supported by this directive processor

public:
 override bool IsDirectiveSupported(System::String ^ directiveName);
public override bool IsDirectiveSupported (string directiveName);
override this.IsDirectiveSupported : string -> bool
Public Overrides Function IsDirectiveSupported (directiveName As String) As Boolean

Parameters

directiveName
String

Returns

Applies to