Sdílet prostřednictvím


IDirectiveProcessorMetadata.SupportedDirectives – vlastnost

Sada podporovaných procesorem směrnic.Složitější hostiteli používán pro podporu anonymní směrnice procesorů

Obor názvů:  Microsoft.VisualStudio.TextTemplating
Sestavení:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (v Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

Typ: System.Collections.Generic.IEnumerable<String>
Vrátí IEnumerable<T>.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IDirectiveProcessorMetadata Rozhraní

Microsoft.VisualStudio.TextTemplating – obor názvů