ProvideToolboxPageAttribute.PageOrder Property
Gets the page order requested for the Customize Toolbox dialog page
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public ReadOnly Property PageOrder As Short
public short PageOrder { get; }
public:
property short PageOrder {
short get ();
}
member PageOrder : int16 with get
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.