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