VSTASKCOLUMN.iDefaultSortPriority Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies if a column is sorted by default.
public: int iDefaultSortPriority;
public: int iDefaultSortPriority;
int iDefaultSortPriority;
public int iDefaultSortPriority;
val mutable iDefaultSortPriority : int
Public iDefaultSortPriority As Integer
Field Value
Remarks
This field is 0-based priority value (0 is first, then 1, 2, ...) if the column is sorted by default; -1 otherwise.
COM Signature
From vsshell80.idl:
int iDefaultSortPriority;