Campo VSTASKCOLUMN.fDescendingSort

 

Sinalizador que indica a coluna está classificada em ordem decrescente (o padrão é crescente).

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

Sintaxe

[ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")]
public int fDescendingSort
public:
[ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")]
int fDescendingSort
[<ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")>]
val mutable fDescendingSort : int
<ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")>
Public fDescendingSort As Integer

Valor de Campo

Type: System.Int32

Comentários

COM assinatura

De vsshell80.idl:

BOOL    fDescendingSort;

Consulte também

Estrutura VSTASKCOLUMN
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo