Propriedade IDirectiveProcessorMetadata.SupportedDirectives

Conjunto de políticas suportadas pelo processador.Usado por hosts mais complexos para suportar processadores de diretiva anônimos

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

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.IEnumerable<String>
Retorna IEnumerable<T>.

Segurança do .NET Framework

Consulte também

Referência

IDirectiveProcessorMetadata Interface

Namespace Microsoft.VisualStudio.TextTemplating