IDirectiveProcessor.IsDirectiveSupported Method

Does this DirectiveProcessor support the given directive.

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Syntax

'Declaration
Function IsDirectiveSupported ( _
    directiveName As String _
) As Boolean
bool IsDirectiveSupported(
    string directiveName
)
bool IsDirectiveSupported(
    String^ directiveName
)
abstract IsDirectiveSupported : 
        directiveName:string -> bool
function IsDirectiveSupported(
    directiveName : String
) : boolean

Parameters

  • directiveName
    Type: String

Return Value

Type: Boolean
Returns Boolean.

Remarks

This call is not connected to the state machine.

.NET Framework Security

See Also

Reference

IDirectiveProcessor Interface

Microsoft.VisualStudio.TextTemplating Namespace