C# Class UIAComWrapperTests.SampleButtonProvider

Inheritance: IRawElementProviderSimple
显示文件 Open project: geeksree/cSharpGeeks

Public Properties

Property Type Description
ButtonName string

Public Methods

Method 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 method

public static ButtonFactory ( IntPtr hwnd, int idChild, int idObject ) : IRawElementProviderSimple
hwnd System.IntPtr
idChild int
idObject int
return IRawElementProviderSimple

GetPatternProvider() public method

public GetPatternProvider ( int patternId ) : object
patternId int
return object

GetPropertyValue() public method

public GetPropertyValue ( int propertyId ) : object
propertyId int
return object

SampleButtonProvider() public method

public SampleButtonProvider ( IntPtr hwnd ) : System
hwnd System.IntPtr
return System

Property Details

ButtonName static_oe public_oe property

static public string ButtonName
return string