IDirectiveProcessorMetadata.SupportedDirectives-Eigenschaft

Satz Direktive unterstützt vom Prozessor.Wird von komplexere Hosts, um anonyme Direktivenprozessoren zu unterstützen

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>
function get SupportedDirectives () : IEnumerable<String>

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<String>
Gibt IEnumerable<T> zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IDirectiveProcessorMetadata Schnittstelle

Microsoft.VisualStudio.TextTemplating-Namespace