C# Class UIAutomation.UiExtendedModelHolder

Description of UiExtendedModelHolder.
Inheritance: IExtendedModelHolder
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode 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 méthode

public GetParentElement ( ) : IUiElement
Résultat IUiElement

GetScope() public méthode

public GetScope ( ) : UIANET::System.Windows.Automation.TreeScope
Résultat UIANET::System.Windows.Automation.TreeScope

SetParentElement() public méthode

public SetParentElement ( IUiElement parentElement ) : void
parentElement IUiElement
Résultat void

SetScope() public méthode

public SetScope ( UIANET::System.Windows.Automation scope ) : void
scope UIANET::System.Windows.Automation
Résultat void

UiExtendedModelHolder() public méthode