Check if the directive name is supported by this directive processor
Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Overrides Function IsDirectiveSupported ( _
    directiveName As String _
) As Boolean
public override bool IsDirectiveSupported(
    string directiveName
)
public:
virtual bool IsDirectiveSupported(
    String^ directiveName
) override
abstract IsDirectiveSupported : 
        directiveName:string -> bool  
override IsDirectiveSupported : 
        directiveName:string -> bool
public override function IsDirectiveSupported(
    directiveName : String
) : boolean
Parameters
- directiveName
Type: System.String 
Return Value
Type: System.Boolean
Implements
IDirectiveProcessor.IsDirectiveSupported(String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.