PropertySet Class
Defines an arbitrary collection of property values, and raises property change notifications when you add, remove, and modify property values.
public class PropertySet : ModelItem, System.Collections.IDictionary, System.Collections.ICollection, System.Collections.IEnumerable
Public Instance Constructors
Constructor | Description |
PropertySet() | Initializes a new instance of the PropertySet class. |
PropertySet(IModelItemOwner) | Initializes a new instance of the PropertySet class. |
PropertySet(IModelItemOwner, string) | Initializes a new instance of the PropertySet class. |
Public Instance Properties
Property | Description |
Entries | Gets the set of properties and their values. |
Requirements
Reference: Microsoft.MediaCenter.UI
Namespace: Microsoft.MediaCenter.UI
Assembly: Microsoft.MediaCenter.UI.dll
Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later
See Also