ModelItemDisposeMode Enumeration
Contains options for disposing of a ModelItem object.
public enum ModelItemDisposeMode
The ModelItemDisposeMode enumeration defines the following constants:
Constant | Description |
KeepOwnerReference | The ModelItem object should not remove the reference to itself from its owner.
This option is typically used as an optimization as owners clear disposal lists. |
RemoveOwnerReference | The ModelItem object should remove the reference to itself from its owner. |
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