MultipleViewPattern Class
Represents controls that provide, and are able to switch between, multiple representations of the same set of information or child controls.
Assembly: UIAutomationClient (in UIAutomationClient.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Frees resources and performs other cleanup operations before the object is reclaimed by garbage collection.(Inherited from BasePattern.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetViewName(Int32) | Retrieves the name of a control-specific view. |
![]() | MemberwiseClone() | |
![]() | SetCurrentView(Int32) | Sets the current control-specific view. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | CurrentViewProperty | Identifies the CurrentView property. |
![]() ![]() | Pattern | Identifies the MultipleViewPattern control pattern. |
![]() ![]() | SupportedViewsProperty | Identifies the property that gets the control-specific collection of views. |
Examples of controls that can present multiple views include the list view (which can show its contents as thumbnails, tiles, icons, or details), Microsoft Excel charts (pie, line, bar, cell value with a formula), Microsoft Word documents (normal, Web layout, print layout, reading layout, outline), Microsoft Outlook calendar (year, month, week, day) and Microsoft Windows Media Player skins. The supported views are determined by the control developer and are specific to each control.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




