C# Class MonoTests.Mono.UIAutomation.UiaDbusBridge.MockFragmentProvider

Inheritance: MockProvider, IRawElementProviderFragment
Mostra file Open project: mono/uia2atk Class Usage Examples

Public Methods

Method Description
GetEmbeddedFragmentRoots ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
GetRuntimeId ( ) : int[]
Navigate ( NavigateDirection direction ) : IRawElementProviderFragment
SetConnection ( IRawElementProviderFragment provider, NavigateDirection direction ) : void
SetFocus ( ) : void

Method Details

GetEmbeddedFragmentRoots() public method

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

GetRuntimeId() public method

public GetRuntimeId ( ) : int[]
return int[]

Navigate() public method

public Navigate ( NavigateDirection direction ) : IRawElementProviderFragment
direction NavigateDirection
return IRawElementProviderFragment

SetConnection() public method

public SetConnection ( IRawElementProviderFragment provider, NavigateDirection direction ) : void
provider IRawElementProviderFragment
direction NavigateDirection
return void

SetFocus() public method

public SetFocus ( ) : void
return void