CommandBarPopup.CommandBar 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此控件拥有的命令栏。
public:
property Microsoft::VisualStudio::CommandBars::CommandBar ^ CommandBar { Microsoft::VisualStudio::CommandBars::CommandBar ^ get(); };
public:
property Microsoft::VisualStudio::CommandBars::CommandBar ^ CommandBar { Microsoft::VisualStudio::CommandBars::CommandBar ^ get(); };
[System.Runtime.InteropServices.DispId(1610940416)]
public Microsoft.VisualStudio.CommandBars.CommandBar CommandBar { [System.Runtime.InteropServices.DispId(1610940416)] get; }
[<System.Runtime.InteropServices.DispId(1610940416)>]
[<get: System.Runtime.InteropServices.DispId(1610940416)>]
member this.CommandBar : Microsoft.VisualStudio.CommandBars.CommandBar
Public ReadOnly Property CommandBar As CommandBar
属性值
此控件拥有的命令栏。 如果没有现有命令栏,则此属性将创建一个。
- 属性