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