C# Class MonoTests.System.Windows.Automation.CustomProviderBase

Inheritance: IRawElementProviderFragment
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
CustomProviderBase ( IRawElementProviderFragmentRoot root ) : System
GetEmbeddedFragmentRoots ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
GetPatternProvider ( int patternId ) : object
GetPropertyValue ( int propertyId ) : object
GetRuntimeId ( ) : int[]
Navigate ( NavigateDirection direction ) : IRawElementProviderFragment
SetFocus ( ) : void

Method Details

CustomProviderBase() public méthode

public CustomProviderBase ( IRawElementProviderFragmentRoot root ) : System
root IRawElementProviderFragmentRoot
Résultat System

GetEmbeddedFragmentRoots() public méthode

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

GetPatternProvider() public méthode

public GetPatternProvider ( int patternId ) : object
patternId int
Résultat object

GetPropertyValue() public méthode

public GetPropertyValue ( int propertyId ) : object
propertyId int
Résultat object

GetRuntimeId() public méthode

public GetRuntimeId ( ) : int[]
Résultat int[]

Navigate() public méthode

public Navigate ( NavigateDirection direction ) : IRawElementProviderFragment
direction NavigateDirection
Résultat IRawElementProviderFragment

SetFocus() public méthode

public SetFocus ( ) : void
Résultat void