C# Class Mono.UIAutomation.TestFramework.List

Inheritance: Element
ファイルを表示 Open project: mono/uia2atk Class Usage Examples

Public Properties

Property Type Description
UIAType System.Windows.Automation.ControlType

Public Methods

Method Description
GetSelection ( ) : System.Windows.Automation.AutomationElement[]
GetSupportedViews ( ) : int[]
GetViewName ( int viewId ) : string
List ( AutomationElement elm ) : System
SetCurrentView ( int viewId ) : void
SetCurrentView ( int viewId, bool log ) : void

Method Details

GetSelection() public method

public GetSelection ( ) : System.Windows.Automation.AutomationElement[]
return System.Windows.Automation.AutomationElement[]

GetSupportedViews() public method

public GetSupportedViews ( ) : int[]
return int[]

GetViewName() public method

public GetViewName ( int viewId ) : string
viewId int
return string

List() public method

public List ( AutomationElement elm ) : System
elm System.Windows.Automation.AutomationElement
return System

SetCurrentView() public method

public SetCurrentView ( int viewId ) : void
viewId int
return void

SetCurrentView() public method

public SetCurrentView ( int viewId, bool log ) : void
viewId int
log bool
return void

Property Details

UIAType public_oe static_oe property

public static ControlType,System.Windows.Automation UIAType
return System.Windows.Automation.ControlType