uiautomation
|
公開メンバ関数 | |
def | __init__ (self, pattern=None) |
ctypes.POINTER(comtypes.IUnknown) | GetUnderlyingObjectModel (self) |
公開変数類 | |
pattern | |
def uiautomation.uiautomation.ObjectModelPattern.__init__ | ( | self, | |
pattern = None |
|||
) |
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nn-uiautomationclient-iuiautomationobjectmodelpattern
ctypes.POINTER(comtypes.IUnknown) uiautomation.uiautomation.ObjectModelPattern.GetUnderlyingObjectModel | ( | self | ) |
Call IUIAutomationObjectModelPattern::GetUnderlyingObjectModel, todo. Return `ctypes.POINTER(comtypes.IUnknown)`, an interface used to access the underlying object model of the provider. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationobjectmodelpattern-getunderlyingobjectmodel
uiautomation.uiautomation.ObjectModelPattern.pattern |