FilteredObservableCollection<T>::Count Property

 

Gets the number of items in the collection.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

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

Property Value

Type: System::Int32

The number of items in the collection.

If the collection is being filtered, this is the number of items in the filtered list, otherwise the number of items in the underlying list.

Return to top
Show: