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)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
public int Count { get; }
public:
virtual property int Count {
int get () sealed;
}
abstract Count : int
override Count : int
final function get Count () : int
Property Value
Type: System.Int32
The number of items in the collection.
Implements
ICollection.Count
ICollection<T>.Count
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.