Compartilhar via


Campo VSTASKCOLUMN.fFitContent

 

Coluna será redimensionada automaticamente para ajustá-lo sempre que seu conteúdo é alterado.

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

Valor de Campo

Type: System.Int32

Comentários

COM assinatura

De vsshell80.idl:

BOOL    fFitContent;

Consulte também

Estrutura VSTASKCOLUMN
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo