IExplorerNode.SortOrder Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets a value that is used to sort the current node among sibling nodes.

Namespace:  Microsoft.VisualStudio.SharePoint.Explorer
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Property SortOrder As Integer
int SortOrder { get; set; }

Property Value

Type: System.Int32
A value that is used to sort the current node among sibling nodes.

Remarks

Nodes are first sorted by their SortOrder property, then by their Text property.

.NET Framework Security

See Also

Reference

IExplorerNode Interface

Microsoft.VisualStudio.SharePoint.Explorer Namespace