ProvideProjectFactoryAttribute::SortPriority Property

 

Gets or sets the order in which projects are displayed in the New Project dialog.

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

public:
property int SortPriority {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The sort priority for the New Project dialog.

The default value is 100.

Return to top
Show: