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