Share via


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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Property PageOrder As UInteger
public uint PageOrder { get; set; }
public:
property unsigned int PageOrder {
    unsigned int get ();
    void set (unsigned int value);
}
member PageOrder : uint32 with get, set
function get PageOrder () : uint 
function set PageOrder (value : uint)

Property Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

ProvideToolboxItemDiscoveryAttribute Class

Microsoft.VisualStudio.Shell Namespace