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

Inheritance: ControlProvider, ISelectionProvider, ITableProvider
Afficher le fichier Open project: northwoodspd/UIA.Extensions Class Usage Examples

Private Properties

Свойство Type Description
UpdateRowsIfNecessary void

Méthodes publiques

Méthode Description
GetColumnHeaders ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
GetItem ( int row, int column ) : System.Windows.Automation.Provider.IRawElementProviderSimple
GetRowHeaders ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
GetSelection ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
TableProvider ( TableInformation tableInformation ) : System.Collections.Generic

Private Methods

Méthode Description
UpdateRowsIfNecessary ( ) : void

Method Details

GetColumnHeaders() public méthode

public GetColumnHeaders ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
Résultat System.Windows.Automation.Provider.IRawElementProviderSimple[]

GetItem() public méthode

public GetItem ( int row, int column ) : System.Windows.Automation.Provider.IRawElementProviderSimple
row int
column int
Résultat System.Windows.Automation.Provider.IRawElementProviderSimple

GetRowHeaders() public méthode

public GetRowHeaders ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
Résultat System.Windows.Automation.Provider.IRawElementProviderSimple[]

GetSelection() public méthode

public GetSelection ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
Résultat System.Windows.Automation.Provider.IRawElementProviderSimple[]

TableProvider() public méthode

public TableProvider ( TableInformation tableInformation ) : System.Collections.Generic
tableInformation UIA.Extensions.AutomationProviders.Interfaces.Tables.TableInformation
Résultat System.Collections.Generic