IUIAutomationLegacyIAccessiblePattern class com

Exposes methods and properties that enable Microsoft UI Automation clients to retrieve UI information from Microsoft Active Accessibility (MSAA) servers.

Inheritance

Properties

cachedChildId int
no setter
cachedDefaultAction Pointer<Utf16>
no setter
cachedDescription Pointer<Utf16>
no setter
cachedHelp Pointer<Utf16>
no setter
cachedKeyboardShortcut Pointer<Utf16>
no setter
cachedName Pointer<Utf16>
no setter
cachedRole int
no setter
cachedState int
no setter
cachedValue Pointer<Utf16>
no setter
currentChildId int
no setter
currentDefaultAction Pointer<Utf16>
no setter
currentDescription Pointer<Utf16>
no setter
currentHelp Pointer<Utf16>
no setter
currentKeyboardShortcut Pointer<Utf16>
no setter
currentName Pointer<Utf16>
no setter
currentRole int
no setter
currentState int
no setter
currentValue Pointer<Utf16>
no setter
hashCode int
The hash code for this object.
no setterinherited
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRef() int
Increments the reference count for an interface pointer to a COM object.
inherited
detach() → void
Detaches the object from the Finalizer.
inherited
doDefaultAction() int
getCachedSelection(Pointer<Pointer<COMObject>> pvarSelectedChildren) int
getCurrentSelection(Pointer<Pointer<COMObject>> pvarSelectedChildren) int
getIAccessible(Pointer<Pointer<COMObject>> ppAccessible) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
Queries a COM object for a pointer to one of its interface; identifying the interface by a reference to its interface identifier (IID).
inherited
release() int
Decrements the reference count for an interface on a COM object.
inherited
select(int flagsSelect) int
setValue(Pointer<Utf16> szValue) int
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited

Operators

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