Share via


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)

Syntax

'Declaration
Public iDefaultSortPriority As Integer
public int iDefaultSortPriority
public:
int iDefaultSortPriority
val mutable iDefaultSortPriority: int
public var iDefaultSortPriority : int

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;

.NET Framework Security

See Also

Reference

VSTASKCOLUMN Structure

Microsoft.VisualStudio.Shell.Interop Namespace