CommandBarControls::Parent Property

 

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

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[DispIdAttribute(1610809348)]
property CommandBar^ Parent {
	[DispIdAttribute(1610809348)]
	CommandBar^ get();
}

Property Value

Type: Microsoft.VisualStudio.CommandBars::CommandBar^

The DTE object.

Return to top
Show: