DslDirectiveProcessorBase.IsDirectiveSupported Method

Check if the directive name is supported by this directive processor

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

声明
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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DslDirectiveProcessorBase Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace