ProvideToolboxItemDiscoveryAttribute::PageOrder Property

 

Gets or sets the sort order of the page. If zero, the page is left unsorted and will appear after all pages with nonzero order values. Pages with equal order values are sorted alphabetically by name.

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

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

Property Value

Type: System::UInt32
Return to top
Show: