C# Class UIAutomation.UiExtendedModelHolder

Description of UiExtendedModelHolder.
Inheritance: IExtendedModelHolder
Exibir arquivo Open project: apetrovskiy/STUPS

Public Methods

Method Description
GetParentElement ( ) : IUiElement
GetScope ( ) : UIANET::System.Windows.Automation.TreeScope
SetParentElement ( IUiElement parentElement ) : void
SetScope ( UIANET::System.Windows.Automation scope ) : void
UiExtendedModelHolder ( )

Method Details

GetParentElement() public method

public GetParentElement ( ) : IUiElement
return IUiElement

GetScope() public method

public GetScope ( ) : UIANET::System.Windows.Automation.TreeScope
return UIANET::System.Windows.Automation.TreeScope

SetParentElement() public method

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

SetScope() public method

public SetScope ( UIANET::System.Windows.Automation scope ) : void
scope UIANET::System.Windows.Automation
return void

UiExtendedModelHolder() public method