IMultipleViewProvider Interface
Exposes methods and properties to support UI Automation client access to controls that provide, and are able to switch between, multiple representations of the same set of information or child controls.
Assembly: UIAutomationProvider (in UIAutomationProvider.dll)
| Name | Description | |
|---|---|---|
![]() | CurrentView | Gets the current control-specific view. |
| Name | Description | |
|---|---|---|
![]() | GetSupportedViews() | Retrieves a collection of control-specific view identifiers. |
![]() | GetViewName(Int32) | Retrieves the name of a control-specific view. |
![]() | SetCurrentView(Int32) | Sets the current control-specific view. |
Implemented on a UI Automation provider that must support the MultipleViewPattern control pattern.
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
MultipleViewPattern
System.Windows.Automation.Provider Namespace
UI Automation Control Patterns Overview
Server-Side UI Automation Provider Implementation
Client-Side UI Automation Provider Implementation
Support Control Patterns in a UI Automation Provider
Implementing the UI Automation MultipleView Control Pattern

