Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the page order requested for the Customize Toolbox dialog page
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public ReadOnly Property PageOrder As Short
public short PageOrder { get; }
public:
property short PageOrder {
short get ();
}
member PageOrder : int16
function get PageOrder () : short
Property Value
Type: System.Int16
The page order requested for the Customize Toolbox dialog page.
Remarks
If no page order was requested, PageOrder is 0.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.