Gets the default sort order of a folder 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 FolderNode
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
Returns FolderNode.
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.