ReleaseBehavior Enumeration
Contains the possible actions to take with a data item when the VisualReleaseBehavior property is called.
public enum ReleaseBehavior
The ReleaseBehavior enumeration defines the following constants:
Constant | Description |
Dispose | Disposes the data item. |
KeepReference | Caches the item, leaving it alone. |
ReleaseReference | Releases the reference to the item. |
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