IUIAutomationMultipleViewPattern interface (uiautomationclient.h)

Provides access to a control that can switch between multiple representations of the same information or set of child controls.

Inheritance

The IUIAutomationMultipleViewPattern interface inherits from the IUnknown interface. IUIAutomationMultipleViewPattern also has these types of members:

Methods

The IUIAutomationMultipleViewPattern interface has these methods.

 
IUIAutomationMultipleViewPattern::get_CachedCurrentView

Retrieves the cached control-specific identifier of the current view of the control.
IUIAutomationMultipleViewPattern::get_CurrentCurrentView

Retrieves the control-specific identifier of the current view of the control.
IUIAutomationMultipleViewPattern::GetCachedSupportedViews

Retrieves a collection of control-specific view identifiers from the cache.
IUIAutomationMultipleViewPattern::GetCurrentSupportedViews

Retrieves a collection of control-specific view identifiers. (IUIAutomationMultipleViewPattern.GetCurrentSupportedViews)
IUIAutomationMultipleViewPattern::GetViewName

Retrieves the name of a control-specific view. (IUIAutomationMultipleViewPattern.GetViewName)
IUIAutomationMultipleViewPattern::SetCurrentView

Sets the view of the control.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista, Windows XP with SP3 and Platform Update for Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008, Windows Server 2003 with SP2 and Platform Update for Windows Server 2008 [desktop apps only]
Target Platform Windows
Header uiautomationclient.h (include UIAutomation.h)

See also

Control Pattern Interfaces for Clients