Defines standard, specialized, and generic collection objects.
Members
The Windows.Foundation.Collections namespace has these types of members:
Classes
The Windows.Foundation.Collections namespace has these classes.
| Class | Description |
|---|---|
| PropertySet | Represents a property set. |
Delegates
The Windows.Foundation.Collections namespace has these delegates.
| Delegate | Description |
|---|---|
| MapChangedEventHandler<K, V> | Represents the method that handles the changed event of an observable map. |
| VectorChangedEventHandler<T> | Represents the method that handles the changed event of an observable vector. |
Enumerations
The Windows.Foundation.Collections namespace has these enumerations.
| Enumeration | Description |
|---|---|
| CollectionChange | Describes the action that causes a change to a collection. |
Interfaces
The Windows.Foundation.Collections namespace defines these interfaces.
| Interface | Description |
|---|---|
| IIterable(T) | Exposes an iterator that supports simple iteration over a collection of a specified type. |
| IIterator(T) | Supports simple iteration over a collection. |
| IKeyValuePair(K, V) | Represents a key-value pair. |
| IMap(K, V) | Represents an associative collection. |
| IMapChangedEventArgs(K) | Provides data for the changed event of a map. |
| IMapView(K, V) | Represents an immutable view into a map. |
| IObservableMap(K, V) | Notifies listeners of dynamic changes to a map, such as when items are added or removed. |
| IObservableVector(T) | Notifies listeners of changes to the vector. |
| IPropertySet | Represents a collection of key-value pairs. |
| IVector(T) | Represents a random-access collection of elements. |
| IVectorChangedEventArgs | Provides data for the changed event of a vector. |
| IVectorView(T) | Represents an immutable view into a vector. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
|
DLL |
|
See also
Build date: 2/25/2013