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