IMultipleViewProvider interface
Provides access to controls that provide, and are able to switch between, multiple representations of the same set of information or child controls.
Members
The IMultipleViewProvider interface inherits from the IUnknown interface. IMultipleViewProvider also has these types of members:
Methods
The IMultipleViewProvider interface has these methods.
| Method | 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. |
Properties
The IMultipleViewProvider interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Identifies the current view that the control is using to display information or child controls. |
Remarks
Implemented on a Microsoft UI Automation provider that must support the MultipleView control pattern.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IMultipleViewProvider is defined as 6278cab1-b556-4a1a-b4e0-418acc523201 |
See also