HierarchyNode.SortPriority Property

Gets the default sort priority of this node.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable ReadOnly Property SortPriority As Integer
'使用
Dim instance As HierarchyNode
Dim value As Integer

value = instance.SortPriority
public virtual int SortPriority { get; }
public:
virtual property int SortPriority {
    int get ();
}
public function get SortPriority () : int

Property Value

Type: System.Int32

By default, returns HierarchyNode. Implementations should return the appropriate value.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace