SupportedDirectiveAttribute(String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
声明修饰 T4 指令处理器支持给定的指令。
public:
SupportedDirectiveAttribute(System::String ^ supportedDirective);
public SupportedDirectiveAttribute (string supportedDirective);
new Microsoft.VisualStudio.TextTemplating.SupportedDirectiveAttribute : string -> Microsoft.VisualStudio.TextTemplating.SupportedDirectiveAttribute
Public Sub New (supportedDirective As String)
参数
- supportedDirective
- String
处理器支持的指令。