IUIAutomation3.from constructor
IUIAutomation3.from(
- IUnknown interface
Creates a new instance of IUIAutomation3 from an existing interface.
This factory constructor calls the queryInterface method to obtain a reference to the IUIAutomation3 interface.
Throws a WindowsException if the queryInterface call fails.
Implementation
@pragma('vm:prefer-inline')
factory IUIAutomation3.from(IUnknown interface) => interface.queryInterface();