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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。