Gets the page order requested for the Customize Toolbox dialog page
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Public ReadOnly Property PageOrder As Short
'使用
Dim instance As ProvideToolboxPageAttribute
Dim value As Short
value = instance.PageOrder
public short PageOrder { get; }
public:
property short PageOrder {
short get ();
}
public 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.
Permissions
- 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.
See Also
Reference
ProvideToolboxPageAttribute Class