C# Class UIA.Extensions.AutomationProviders.Tables.TableRowProvider

Inheritance: AutomationProvider, ISelectionItemProvider
Datei anzeigen Open project: northwoodspd/UIA.Extensions Class Usage Examples

Public Methods

Method Description
AddToSelection ( ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
RemoveFromSelection ( ) : void
Select ( ) : void
TableRowProvider ( AutomationProvider parent, RowInformation rowInformation ) : System.Windows.Automation

Method Details

AddToSelection() public method

public AddToSelection ( ) : void
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RemoveFromSelection() public method

public RemoveFromSelection ( ) : void
return void

Select() public method

public Select ( ) : void
return void

TableRowProvider() public method

public TableRowProvider ( AutomationProvider parent, RowInformation rowInformation ) : System.Windows.Automation
parent AutomationProvider
rowInformation UIA.Extensions.AutomationProviders.Interfaces.Tables.RowInformation
return System.Windows.Automation