C# Class UIAComWrapperTests.SampleButtonProvider

Inheritance: IRawElementProviderSimple
Afficher le fichier Open project: geeksree/cSharpGeeks

Méthodes publiques

Свойство Type Description
ButtonName string

Méthodes publiques

Méthode Description
ButtonFactory ( IntPtr hwnd, int idChild, int idObject ) : IRawElementProviderSimple
GetPatternProvider ( int patternId ) : object
GetPropertyValue ( int propertyId ) : object
SampleButtonProvider ( IntPtr hwnd ) : System

Method Details

ButtonFactory() public static méthode

public static ButtonFactory ( IntPtr hwnd, int idChild, int idObject ) : IRawElementProviderSimple
hwnd System.IntPtr
idChild int
idObject int
Résultat 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

SampleButtonProvider() public méthode

public SampleButtonProvider ( IntPtr hwnd ) : System
hwnd System.IntPtr
Résultat System

Property Details

ButtonName static_oe public_oe property

static public string ButtonName
Résultat string