uiautomation
uiautomation.uiautomation.ObjectModelPattern クラス

公開メンバ関数

def __init__ (self, pattern=None)
 
ctypes.POINTER(comtypes.IUnknown) GetUnderlyingObjectModel (self)
 

公開変数類

 pattern
 

構築子と解体子

◆ __init__()

def uiautomation.uiautomation.ObjectModelPattern.__init__ (   self,
  pattern = None 
)
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nn-uiautomationclient-iuiautomationobjectmodelpattern

メソッド詳解

◆ GetUnderlyingObjectModel()

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

メンバ詳解

◆ pattern

uiautomation.uiautomation.ObjectModelPattern.pattern

このクラス詳解は次のファイルから抽出されました: