PropertySet Members

PropertySet has the following members.

Public Constructors

  Name Description
PropertySet Creates and initializes a new instance of the property set.

Public Properties

  Name Description
Size Gets the number of items contained in the property set.

Public Methods

  Name Description
Clear Removes all items from the property set.
First Returns an iterator to enumerate the items in the property set.
GetView Gets an immutable view of the property set.
HasKey Indicates whether the property set has an item with the specified key.
Insert Adds an item to the property set.
Lookup Retrieves the value for the specified key.
Remove Removes an item from the property set.

Public Events

  Name Description
MapChanged Occurs when the observable map has changed.

See also

Reference

PropertySet Class

Windows.Foundation.Collections Namespace