ProvideProjectFactoryAttribute::ShowOnlySpecifiedTemplatesVsTemplate Property

 

Gets or sets the Visual Studio template to be shown in the New Project dialog.

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

public:
property bool ShowOnlySpecifiedTemplatesVsTemplate {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

The Visual Studio template.

Return to top
Show: