ProvideOptionPageAttribute::Sort Property

Visual Studio 2015
 

Gets or sets the sort order for the option page. Option pages are collated in the following order:

The General page

Pages with a Sort value, sorted from low to high.

Pages without a Sort value, sorted alphabetically.

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

public:
property int Sort {
	[CompilerGeneratedAttribute]
	int get();
	[CompilerGeneratedAttribute]
	void set(int value);
}

Property Value

Type: System::Int32

The sort order.

Return to top
Show: