ProvideToolboxItemDiscoveryAttribute::PageOrder Property
Visual Studio 2015
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.
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
Show: