ReadOnlyObservableSet<T>::Count Property

 

Gets the number of elements actually contained in the ReadOnlyObservableSet<T>.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

Property Value

Type: System::Int32

The number of elements in the set.

Return to top
Show: