Поделиться через


IDirectiveProcessorMetadata.SupportedDirectives - свойство

Набор поддерживаемых процессором директив.Используется более сложными основными приложениями для поддержки анонимные процессоры директив

Пространство имен:  Microsoft.VisualStudio.TextTemplating
Сборка:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (в Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IEnumerable<String>
Возвращает IEnumerable<T>.

Безопасность платформы .NET Framework

См. также

Ссылки

IDirectiveProcessorMetadata Интерфейс

Microsoft.VisualStudio.TextTemplating - пространство имен