IMultipleViewProvider Interface

Definition

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.

public interface class IMultipleViewProvider
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("6278cab1-b556-4a1a-b4e0-418acc523201")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IMultipleViewProvider
public interface IMultipleViewProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("6278cab1-b556-4a1a-b4e0-418acc523201")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IMultipleViewProvider = interface
type IMultipleViewProvider = interface
Public Interface IMultipleViewProvider
Derived
Attributes

Remarks

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

Properties

CurrentView

Gets the current control-specific view.

Methods

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.

Applies to

See also