VSTASKCOLUMN.fDescendingSort Field

Definition

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

public: int fDescendingSort;
public: int fDescendingSort;
int fDescendingSort;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.BOOL")]
public int fDescendingSort;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.BOOL")>]
val mutable fDescendingSort : int
Public fDescendingSort As Integer 

Field Value

Attributes

Remarks

COM Signature

From vsshell80.idl:

BOOL    fDescendingSort;  

Applies to