CommandBarButtonClass::accParent Property

 

Gets the parent. This property is deprecated.

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

public:
[DispIdAttribute(-5000)]
property Object^ accParent {
	[DispIdAttribute(-5000)]
	[TypeLibFuncAttribute(64)]
	virtual Object^ get();
}

Property Value

Type: System::Object^

The parent. This property is deprecated.

This property throws a DeprecatedException when called.

Return to top
Show: