ProvideToolboxPageAttribute.PageOrder Property

Gets the page order requested for the Customize Toolbox dialog page

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public ReadOnly Property PageOrder As Short
    Get
‘사용 방법
Dim instance As ProvideToolboxPageAttribute
Dim value As Short

value = instance.PageOrder
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

See Also

Reference

ProvideToolboxPageAttribute Class

ProvideToolboxPageAttribute Members

Microsoft.VisualStudio.Shell Namespace