_CommandBars::Count Property

 

Gets the number of CommandBars objects this contains.

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

[DispIdAttribute(1610809347)]
property int Count {
	[DispIdAttribute(1610809347)]
	int get();
}

Property Value

Type: System::Int32

The number of CommandBars objects this contains.

Return to top
Show: