Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EqtBaseCollection<T>::Count Property

 

Gets the number of items in the collection.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
property int Count {
	virtual int get();
}

Property Value

Type: System::Int32

An int that indicates the number of items in the collection.

Return to top
Show: