C# Class UIAutomation.UiaValuePattern

Description of ValuePatternAdapter.
Inheritance: IValuePattern
ファイルを表示 Open project: apetrovskiy/STUPS

Public Properties

Property Type Description
IsReadOnlyProperty UIANET::System.Windows.Automation.AutomationProperty
Pattern UIANET::System.Windows.Automation.AutomationPattern
ValueProperty UIANET::System.Windows.Automation.AutomationProperty

Public Methods

Method Description
GetParentElement ( ) : IUiElement
GetSourcePattern ( ) : object
SetParentElement ( IUiElement element ) : void
SetSourcePattern ( object pattern ) : void
SetValue ( string value ) : void
UiaValuePattern ( IUiElement element )
UiaValuePattern ( IUiElement element, UIANET::System.Windows.Automation valuePattern )
UiaValuePattern ( UIANET::System.Windows.Automation valuePattern )

Method Details

GetParentElement() public method

public GetParentElement ( ) : IUiElement
return IUiElement

GetSourcePattern() public method

public GetSourcePattern ( ) : object
return object

SetParentElement() public method

public SetParentElement ( IUiElement element ) : void
element IUiElement
return void

SetSourcePattern() public method

public SetSourcePattern ( object pattern ) : void
pattern object
return void

SetValue() public method

public SetValue ( string value ) : void
value string
return void

UiaValuePattern() public method

public UiaValuePattern ( IUiElement element )
element IUiElement

UiaValuePattern() public method

public UiaValuePattern ( IUiElement element, UIANET::System.Windows.Automation valuePattern )
element IUiElement
valuePattern UIANET::System.Windows.Automation

UiaValuePattern() public method

public UiaValuePattern ( UIANET::System.Windows.Automation valuePattern )
valuePattern UIANET::System.Windows.Automation

Property Details

IsReadOnlyProperty public_oe static_oe property

public static AutomationProperty,UIANET::System.Windows.Automation IsReadOnlyProperty
return UIANET::System.Windows.Automation.AutomationProperty

Pattern public_oe static_oe property

public static AutomationPattern,UIANET::System.Windows.Automation Pattern
return UIANET::System.Windows.Automation.AutomationPattern

ValueProperty public_oe static_oe property

public static AutomationProperty,UIANET::System.Windows.Automation ValueProperty
return UIANET::System.Windows.Automation.AutomationProperty