Windows.Foundation.Collections
Windows.Foundation.Collections
Windows.Foundation.Collections
Windows.Foundation.Collections
Namespace
Classes
| PropertySet PropertySet PropertySet PropertySet |
Represents a property set, which is a set of PropertyValue objects with string keys. |
| StringMap StringMap StringMap StringMap |
An associative collection, also known as a map or a dictionary. |
| ValueSet ValueSet ValueSet ValueSet |
Implements a map with keys of type String and values of type Object. This class prevents non-serializable types from being put into the map. NoteSome members are only available for the specified language. |
Interfaces
| IIterable<T> IIterable<T> IIterable<T> IIterable<T> |
Exposes an iterator that supports simple iteration over a collection of a specified type.
|
| IIterator<T> IIterator<T> IIterator<T> IIterator<T> |
Supports simple iteration over a collection. |
| IKeyValuePair<K, V> IKeyValuePair<K, V> IKeyValuePair<K, V> IKeyValuePair<K, V> |
Represents a key-value pair. This is typically used as a constraint type when you need to encapsulate two type parameters into one to satisfy the constraints of another generic interface.
|
| IMap<K, V> IMap<K, V> IMap<K, V> IMap<K, V> |
Represents an associative collection, also known as a map or a dictionary.
|
| IMapChangedEventArgs<K> IMapChangedEventArgs<K> IMapChangedEventArgs<K> IMapChangedEventArgs<K> |
Provides data for the changed event of a map collection. |
| IMapView<K, V> IMapView<K, V> IMapView<K, V> IMapView<K, V> |
Represents an immutable view into a map.
|
| IObservableMap<K, V> IObservableMap<K, V> IObservableMap<K, V> IObservableMap<K, V> |
Notifies listeners of dynamic changes to a map, such as when items are added or removed. |
| IObservableVector<T> IObservableVector<T> IObservableVector<T> IObservableVector<T> |
Notifies listeners of changes to the vector. |
| IPropertySet IPropertySet IPropertySet IPropertySet |
Represents a collection of key-value pairs, correlating several other collection interfaces. |
| IVector<T> IVector<T> IVector<T> IVector<T> |
Represents a random-access collection of elements.
|
| IVectorChangedEventArgs IVectorChangedEventArgs IVectorChangedEventArgs IVectorChangedEventArgs |
Provides data for the changed event of a vector. |
| IVectorView<T> IVectorView<T> IVectorView<T> IVectorView<T> |
Represents an immutable view into a vector.
|
Enums
| CollectionChange CollectionChange CollectionChange CollectionChange |
Describes the action that causes a change to a collection. |
Delegates
| MapChangedEventHandler MapChangedEventHandler MapChangedEventHandler MapChangedEventHandler |
Represents the method that handles the changed event of an observable map. |
| VectorChangedEventHandler VectorChangedEventHandler VectorChangedEventHandler VectorChangedEventHandler |
Represents the method that handles the changed event of an observable vector. |
Remarks
Many of the interfaces and objects defined in this namespace have different language equivalents depending on the programming language you are using. For more info on using these interfaces from C++ code, see Collections (C++/CX). For more info on using collection types from .NET code, see the Remarks in the specific types defined in this namespace.