ProvideProjectFactoryAttribute::ProjectSubTypeVsTemplate Property

 

Gets or sets the Visual Studio template for the project subtype.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ ProjectSubTypeVsTemplate {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The Visual Studio template for the project subtype.

Return to top
Show: