CommandBarControl::accChild Property (Object^)

 

Gets the child. This property is deprecated.

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

[DispIdAttribute(-5002)]
property Object^ default[
	Object^ varChild
] {
	[TypeLibFuncAttribute(64)]
	[DispIdAttribute(-5002)]
	Object^ get(Object^ varChild);
}

Parameters

varChild
Type: System::Object^

The child.

Property Value

Type: System::Object^

The child. This property is deprecated.

This property throws a DeprecatedException when called.

Return to top
Show: