ParameterDirectiveProcessor.IsDirectiveSupported(String) Method

Definition

Denote which properties are supported.

public:
 override bool IsDirectiveSupported(System::String ^ directiveName);
public:
 override bool IsDirectiveSupported(Platform::String ^ directiveName);
 override bool IsDirectiveSupported(std::wstring const & 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

Remarks

Only the "parameter" directive is supported.

Applies to