CommandBarButtonClass.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parent command bar.
public:
virtual property Microsoft::VisualStudio::CommandBars::CommandBar ^ Parent { Microsoft::VisualStudio::CommandBars::CommandBar ^ get(); };
public:
virtual property Microsoft::VisualStudio::CommandBars::CommandBar ^ Parent { Microsoft::VisualStudio::CommandBars::CommandBar ^ get(); };
[System.Runtime.InteropServices.DispId(1610874908)]
public virtual 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 Overridable ReadOnly Property Parent As CommandBar
Property Value
The parent CommandBar.
Implements
- Attributes