Share via


VSTASKCOLUMN.fDescendingSort Field

Flag indicating the column is sorted in descending order (default is ascending).

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

Syntax

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

Remarks

COM Signature

From vsshell80.idl:

    BOOL    fDescendingSort;

.NET Framework Security

See Also

Reference

VSTASKCOLUMN Structure

Microsoft.VisualStudio.Shell.Interop Namespace