Condividi tramite


Proprietà IDirectiveProcessorMetadata.SupportedDirectives

Set di direttive supportate dal processore.Utilizzato da host più complessi per supportare i processori di direttiva anonimi

Spazio dei nomi:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Sintassi

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

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<String>
Restituisca il valore IEnumerable<T>.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IDirectiveProcessorMetadata Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextTemplating