ProvideCodeGeneratorAttribute.ProjectSystem 属性

向其注册此代码生成器的项目系统。

命名空间:  Microsoft.VisualStudio.TextTemplating.VSHost
程序集:  Microsoft.VisualStudio.TextTemplating.VSHost.11.0(在 Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll 中)

语法

声明
Public Property ProjectSystem As String
public string ProjectSystem { get; set; }
public:
property String^ ProjectSystem {
    String^ get ();
    void set (String^ value);
}
member ProjectSystem : string with get, set
function get ProjectSystem () : String
function set ProjectSystem (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

ProvideCodeGeneratorAttribute 类

Microsoft.VisualStudio.TextTemplating.VSHost 命名空间