IMenuItem.SortOrder Property
Gets the sort order of the menu command in the UI. Default value is 0.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property SortOrder As Integer
int SortOrder { get; }
Property Value
Type: Int32
A value representing the sort order.
.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.