Bagikan melalui


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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.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: String

Return Value

Type: Boolean

Implements

IDirectiveProcessor.IsDirectiveSupported(String)

.NET Framework Security

See Also

Reference

DslDirectiveProcessorBase Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace