共用方式為


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 命名空間