ProvideProjectFactoryAttribute.ProjectSubTypeVsTemplate 属性

定义

获取或设置项目子类型的 Visual Studio 模板。

public:
 property System::String ^ ProjectSubTypeVsTemplate { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ProjectSubTypeVsTemplate { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ProjectSubTypeVsTemplate { get; set; }
member this.ProjectSubTypeVsTemplate : string with get, set
Public Property ProjectSubTypeVsTemplate As String

属性值

String

项目子类型的 Visual Studio 模板。

适用于