C# 클래스 UIA.Extensions.AutomationProviders.Tables.TableProvider

상속: ControlProvider, ISelectionProvider, ITableProvider
파일 보기 프로젝트 열기: northwoodspd/UIA.Extensions 1 사용 예제들

Private Properties

프로퍼티 타입 설명
UpdateRowsIfNecessary void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
UpdateRowsIfNecessary ( ) : void

메소드 상세

GetColumnHeaders() 공개 메소드

public GetColumnHeaders ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
리턴 System.Windows.Automation.Provider.IRawElementProviderSimple[]

GetItem() 공개 메소드

public GetItem ( int row, int column ) : System.Windows.Automation.Provider.IRawElementProviderSimple
row int
column int
리턴 System.Windows.Automation.Provider.IRawElementProviderSimple

GetRowHeaders() 공개 메소드

public GetRowHeaders ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
리턴 System.Windows.Automation.Provider.IRawElementProviderSimple[]

GetSelection() 공개 메소드

public GetSelection ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
리턴 System.Windows.Automation.Provider.IRawElementProviderSimple[]

TableProvider() 공개 메소드

public TableProvider ( TableInformation tableInformation ) : System.Collections.Generic
tableInformation UIA.Extensions.AutomationProviders.Interfaces.Tables.TableInformation
리턴 System.Collections.Generic