ReferenceContainerNode.SortPriority Property

Gets the default sort order of this node.

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

Syntax

'宣言
Public Overrides ReadOnly Property SortPriority As Integer
'使用
Dim instance As ReferenceContainerNode
Dim value As Integer

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

Property Value

Type: System.Int32

ReferenceContainerNode.

Permissions

See Also

Reference

ReferenceContainerNode Class

ReferenceContainerNode Members

Microsoft.VisualStudio.Package Namespace