IDirectiveProcessorMetadata.SupportedDirectives Property

Set of directives supported by the processor. Used by more complex hosts to support anonymous directive processors

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

Syntax

'Declaration
ReadOnly Property SupportedDirectives As IEnumerable(Of String)
IEnumerable<string> SupportedDirectives { get; }
property IEnumerable<String^>^ SupportedDirectives {
    IEnumerable<String^>^ get ();
}
abstract SupportedDirectives : IEnumerable<string> with get
function get SupportedDirectives () : IEnumerable<String>

Property Value

Type: IEnumerable<String>
Returns IEnumerable.

.NET Framework Security

See Also

Reference

IDirectiveProcessorMetadata Interface

Microsoft.VisualStudio.TextTemplating Namespace