Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
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
- 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.