SupportedDirectiveAttribute(String) 构造函数

定义

声明修饰 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

处理器支持的指令。

适用于