The following tables list the members exposed by IPriorityViewService.
Public Properties
| Name | Description |
 | ActivePriority | The priority of the presenter. This determines the order that the views are added to the region. |
 | RegionVisible | Gets/Sets if the region is visible. |
Top
Public Methods
| Name | Description |
 | AddPresenter | Adds a presenter to this priority service. |
 | ClearRegion | Removes all views from the region. |
 | RefreshRegion | Refreshes the region so that all views will be displayed in the region. If you are adding multiple views synchronously this should only be called once. |
Top
See Also