CommandBarControls.Parent Property

Definition

Gets the parent of this list, which is the DTE object.

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(1610809348)]
public Microsoft.VisualStudio.CommandBars.CommandBar Parent { [System.Runtime.InteropServices.DispId(1610809348)] get; }
public Microsoft.VisualStudio.CommandBars.CommandBar Parent { get; }
[<System.Runtime.InteropServices.DispId(1610809348)>]
[<get: System.Runtime.InteropServices.DispId(1610809348)>]
member this.Parent : Microsoft.VisualStudio.CommandBars.CommandBar
member this.Parent : Microsoft.VisualStudio.CommandBars.CommandBar
Public ReadOnly Property Parent As CommandBar

Property Value

The DTE object.

Attributes

Applies to