uiautomation
uiautomation.uiautomation.MultipleViewPattern クラス

公開メンバ関数

def __init__ (self, pattern=None)
 
int CurrentView (self)
 
List[int] GetSupportedViews (self)
 
str GetViewName (self, int view)
 
bool SetView (self, int view)
 

公開変数類

 pattern
 

構築子と解体子

◆ __init__()

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

メソッド詳解

◆ CurrentView()

int uiautomation.uiautomation.MultipleViewPattern.CurrentView (   self)
Property CurrentView.
Call IUIAutomationMultipleViewPattern::get_CurrentCurrentView.
Return int, the control-specific identifier of the current view of the control.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationmultipleviewpattern-get_currentcurrentview

◆ GetSupportedViews()

List[int] uiautomation.uiautomation.MultipleViewPattern.GetSupportedViews (   self)
Call IUIAutomationMultipleViewPattern::GetCurrentSupportedViews, todo.
Return List[int], a list of int, control-specific view identifiers.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationmultipleviewpattern-getcurrentsupportedviews

◆ GetViewName()

str uiautomation.uiautomation.MultipleViewPattern.GetViewName (   self,
int  view 
)
Call IUIAutomationMultipleViewPattern::GetViewName.
view: int, the control-specific view identifier.
Return str, the name of a control-specific view.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationmultipleviewpattern-getviewname

◆ SetView()

bool uiautomation.uiautomation.MultipleViewPattern.SetView (   self,
int  view 
)
Call IUIAutomationMultipleViewPattern::SetCurrentView.
Set the view of the control.
view: int, the control-specific view identifier.
Return bool, True if succeed otherwise False.
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationmultipleviewpattern-setcurrentview

メンバ詳解

◆ pattern

uiautomation.uiautomation.MultipleViewPattern.pattern

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