Campo VSTASKCOLUMN.fAllowUserSort
Sinalizador que indica se o usuário tem permissão para classificar clicando no cabeçalho da coluna.
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 fAllowUserSort
public:
[ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")]
int fAllowUserSort
[<ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")>]
val mutable fAllowUserSort : int
<ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")>
Public fAllowUserSort As Integer
Valor de Campo
Type: System.Int32
Comentários
COM assinatura
De vsshell80.idl:
BOOL fAllowUserSort;
Consulte também
Estrutura VSTASKCOLUMN
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo