Campo VSTASKCOLUMN.fSizeable

 

Sinalizador que indica se a coluna pode ser redimensionada pelo usuário.

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 fSizeable
public:
[ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")]
int fSizeable
[<ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")>]
val mutable fSizeable : int
<ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")>
Public fSizeable As Integer

Valor de Campo

Type: System.Int32

Comentários

COM assinatura

De vsshell80.idl:

BOOL    fSizeable;

Consulte também

Estrutura VSTASKCOLUMN
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo