ProvideCodeGeneratorExtensionAttribute.ProjectSystemPackage 属性

实现向其注册此代码生成器的项目系统的包

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

语法

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

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

ProvideCodeGeneratorExtensionAttribute 类

Microsoft.VisualStudio.TextTemplating.VSHost 命名空间