CommandBarControl::accChildCount Property

 

Gets the number of children. This property is deprecated.

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

[DispIdAttribute(-5001)]
property int accChildCount {
	[DispIdAttribute(-5001)]
	[TypeLibFuncAttribute(64)]
	int get();
}

Property Value

Type: System::Int32

The number of children. This property is deprecated.

This property throws a DeprecatedException when called.

Return to top
Show: