_CommandBars::Parent Property

 

Gets the parent of this command bar, which is the DTE object.

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

[DispIdAttribute(1610809359)]
property Object^ Parent {
	[DispIdAttribute(1610809359)]
	Object^ get();
}

Property Value

Type: System::Object^

The DTE object.

Return to top
Show: