C# Class UIAutomation.UiaTablePattern.TablePatternInformation

Show file Open project: apetrovskiy/STUPS

Public Methods

Method Description
GetColumnHeaders ( ) : IUiElement[]
GetRowHeaders ( ) : IUiElement[]
TablePatternInformation ( ITablePattern tablePattern, bool useCache ) : System.Linq

Method Details

GetColumnHeaders() public method

public GetColumnHeaders ( ) : IUiElement[]
return IUiElement[]

GetRowHeaders() public method

public GetRowHeaders ( ) : IUiElement[]
return IUiElement[]

TablePatternInformation() public method

public TablePatternInformation ( ITablePattern tablePattern, bool useCache ) : System.Linq
tablePattern ITablePattern
useCache bool
return System.Linq