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
- 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.