IUIAutomationProxyFactoryMapping class com

Exposes properties and methods for a table of proxy factories.

Each table entry is represented by an IUIAutomationProxyFactoryEntry interface. The entries are in the order in which the system will attempt to use the proxies.

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

Inheritance
Implemented types

Constructors

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

Properties

count int
Retrieves the number of entries in the proxy factory table.
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
clearTable() → void
Removes all entries from the proxy factory table.
getEntry(int index) IUIAutomationProxyFactoryEntry?
Retrieves an entry from the proxy factory table.
getTable() Pointer<SAFEARRAY>
Retrieves all entries in the proxy factory table.
insertEntries(int before, Pointer<SAFEARRAY> factoryList) → void
Inserts entries into the table of proxy factories.
insertEntry(int before, IUIAutomationProxyFactoryEntry? factory) → void
Insert an entry into the table of proxy factories.
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
removeEntry(int index) → void
Removes an entry from the table of proxy factories.
restoreDefaultTable() → void
Restores the default table of proxy factories.
setTable(Pointer<SAFEARRAY> factoryList) → void
Sets the table of proxy factories.
toString() String
A string representation of this object.
override

Operators

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