IUIAutomationMultipleViewPattern class com

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

To learn more, see learn.microsoft.com/windows/win32/api/uiautomationclient/nn-uiautomationclient-iuiautomationmultipleviewpattern.

Inheritance
Implemented types

Constructors

IUIAutomationMultipleViewPattern(VTablePointer ptr)
Creates a new instance of IUIAutomationMultipleViewPattern from a VTablePointer.
IUIAutomationMultipleViewPattern.from(IUnknown interface)
Creates a new instance of IUIAutomationMultipleViewPattern from an existing interface.
factory

Properties

cachedCurrentView int
Retrieves the cached control-specific identifier of the current view of the control.
no setter
currentCurrentView int
Retrieves the control-specific identifier of the current view of the control.
no setter
hashCode int
The hash code for this object.
no setterinherited
ptr VTablePointer
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRef() int
Increments the reference count of this COM object.
inherited
getCachedSupportedViews() Pointer<SAFEARRAY>
Retrieves a collection of control-specific view identifiers from the cache.
getCurrentSupportedViews() Pointer<SAFEARRAY>
Retrieves a collection of control-specific view identifiers.
getViewName(int view) BSTR
Retrieves the name of a control-specific view.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryInterface<T extends IUnknown>() → T
Queries this COM object for a specific interface defined by the type parameter T.
inherited
release() int
Decrements the reference count of this COM object.
inherited
setCurrentView(int view) → void
Sets the view of the control.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited