C# Class UIAutomation.UiaScrollItemPattern

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

Public Properties

Property Type Description
Pattern UIANET::System.Windows.Automation.AutomationPattern

Public Methods

Method Description
GetParentElement ( ) : IUiElement
GetSourcePattern ( ) : object
ScrollIntoView ( ) : void
SetParentElement ( IUiElement element ) : void
SetSourcePattern ( object pattern ) : void
UiaScrollItemPattern ( IUiElement element )
UiaScrollItemPattern ( IUiElement element, UIANET::System.Windows.Automation scrollItemPattern )

Method Details

GetParentElement() public method

public GetParentElement ( ) : IUiElement
return IUiElement

GetSourcePattern() public method

public GetSourcePattern ( ) : object
return object

ScrollIntoView() public method

public ScrollIntoView ( ) : void
return void

SetParentElement() public method

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

SetSourcePattern() public method

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

UiaScrollItemPattern() public method

public UiaScrollItemPattern ( IUiElement element )
element IUiElement

UiaScrollItemPattern() public method

public UiaScrollItemPattern ( IUiElement element, UIANET::System.Windows.Automation scrollItemPattern )
element IUiElement
scrollItemPattern UIANET::System.Windows.Automation

Property Details

Pattern public_oe static_oe property

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