IUIAutomationTextPattern constructor
IUIAutomationTextPattern(
- VTablePointer ptr
Creates a new instance of IUIAutomationTextPattern from a VTablePointer.
This constructor requires a valid pointer to the
IUIAutomationTextPattern interface. The ptr must not be nullptr;
otherwise, an assertion error is thrown.
Implementation
IUIAutomationTextPattern(super.ptr)
: _vtable = ptr.value.cast<IUIAutomationTextPatternVtbl>().ref;