Share via


ParameterDirectiveProcessor.IsDirectiveSupported Method

This member overrides DirectiveProcessor.IsDirectiveSupported(String).

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.12.0 (in Microsoft.VisualStudio.TextTemplating.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

Return Value

Type: System.Boolean

Implements

IDirectiveProcessor.IsDirectiveSupported(String)

.NET Framework Security

See Also

Reference

ParameterDirectiveProcessor Class

Microsoft.VisualStudio.TextTemplating Namespace