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
- 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.