Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As VSTASKCOLUMN 
Dim value As Integer 
value = instance.iDefaultSortPriority 
instance.iDefaultSortPriority = value
public int iDefaultSortPriority
public:
int iDefaultSortPriority
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
- 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.