ResourceGroup Class
Acquires a set of XML data from a web service as a resource group. A resource group contains items for displaying a UI, such as a set of images, sounds, and text.
public class ResourceGroup : Microsoft.MediaCenter.UI.ModelItem
Public Instance Constructors
| Method | Description |
| ResourceGroup() | Initializes a new instance of the ResourceGroup class. |
| ResourceGroup(owner) | Initializes a new instance of the ResourceGroup class. |
| ResourceGroup(owner, description) | Initializes a new instance of the ResourceGroup class. |
Public Instance Methods
| Method | Description |
| Acquire | Retrieves the objects that have been defined for the resource group. |
Public Instance Properties
| Property | Description |
| AcquisitionStatus | Indicates the status of the acquisition process. |
| Resources | Gets the objects in the resource group. |
Requirements
Reference: Microsoft.MediaCenter.UI
Namespace: Microsoft.MediaCenter.UI
Assembly: Microsoft.MediaCenter.UI.dll
Platform: Windows 7
See Also