VSTASKCOLUMN::iDefaultSortPriority Field

 

Specifies if a column is sorted by default.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public:
int iDefaultSortPriority

Field Value

Type: System::Int32

This field is 0-based priority value (0 is first, then 1, 2, ...) if the column is sorted by default; -1 otherwise.

From vsshell80.idl:

int     iDefaultSortPriority;
Return to top
Show: