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.

IMultipleViewProvider Members

CurrentView Gets the current control-specific view.
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.

Remarks

Implemented on a UI Automation provider that must support the MultipleViewPattern control pattern.

Interface Information

Inherits from IUnknown
Header and IDL files uiautomation.h, uiautomationcore.idl
Minimum operating systems Windows XP

See Also

UI Automation Providers Overview