IMultipleViewProvider Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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: System.Windows (in System.Windows.dll)
The IMultipleViewProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetSupportedViews | Retrieves a collection of control-specific view identifiers. |
![]() | GetViewName | Retrieves the name of a control-specific view. |
![]() | SetCurrentView | Sets the current control-specific view. |
Show:

