Windows.Foundation.Collections namespace

0 out of 2 rated this helpful - Rate this topic

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.

ClassDescription
PropertySet Represents a property set.

 

Delegates

The Windows.Foundation.Collections namespace has these delegates.

DelegateDescription
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.

EnumerationDescription
CollectionChange Describes the action that causes a change to a collection.

 

Interfaces

The Windows.Foundation.Collections namespace defines these interfaces.

InterfaceDescription
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

Windows.Foundation.Collections
Windows::Foundation::Collections [C++]

Metadata

Windows.winmd

DLL

Windows.Foundation.dll

See also

Windows.Foundation
Windows.Foundation.Diagnostics
Windows.Foundation.Metadata

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.