C# 클래스 MonoTests.Mono.UIAutomation.UiaDbusBridge.MockFragmentProvider

상속: MockProvider, IRawElementProviderFragment
파일 보기 프로젝트 열기: mono/uia2atk 1 사용 예제들

공개 메소드들

메소드 설명
GetEmbeddedFragmentRoots ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
GetRuntimeId ( ) : int[]
Navigate ( NavigateDirection direction ) : IRawElementProviderFragment
SetConnection ( IRawElementProviderFragment provider, NavigateDirection direction ) : void
SetFocus ( ) : void

메소드 상세

GetEmbeddedFragmentRoots() 공개 메소드

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

GetRuntimeId() 공개 메소드

public GetRuntimeId ( ) : int[]
리턴 int[]

Navigate() 공개 메소드

public Navigate ( NavigateDirection direction ) : IRawElementProviderFragment
direction NavigateDirection
리턴 IRawElementProviderFragment

SetConnection() 공개 메소드

public SetConnection ( IRawElementProviderFragment provider, NavigateDirection direction ) : void
provider IRawElementProviderFragment
direction NavigateDirection
리턴 void

SetFocus() 공개 메소드

public SetFocus ( ) : void
리턴 void