CommandBar.Visible 属性

确定命令栏是否可见。

命名空间:  Microsoft.VisualStudio.CommandBars
程序集:  Microsoft.VisualStudio.CommandBars(在 Microsoft.VisualStudio.CommandBars.dll 中)

语法

声明
Property Visible As Boolean
bool Visible { get; set; }

属性值

类型:System.Boolean
true ,如果命令栏可见,否则 false。

备注

如果更改菜单栏或一个禁用命令栏的可见性,此属性会引发 InvalidOperationException

.NET Framework 安全性

请参见

参考

CommandBar 接口

Microsoft.VisualStudio.CommandBars 命名空间