C# Class UIAutomation.UiaSelectionItemPattern

Inheritance: ISelectionItemPattern
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Свойство Type Description
ElementAddedToSelectionEvent UIANET::System.Windows.Automation.AutomationEvent
ElementRemovedFromSelectionEvent UIANET::System.Windows.Automation.AutomationEvent
ElementSelectedEvent UIANET::System.Windows.Automation.AutomationEvent
IsSelectedProperty UIANET::System.Windows.Automation.AutomationProperty
Pattern UIANET::System.Windows.Automation.AutomationPattern
SelectionContainerProperty UIANET::System.Windows.Automation.AutomationProperty

Méthodes publiques

Méthode Description
AddToSelection ( ) : void
GetParentElement ( ) : IUiElement
GetSourcePattern ( ) : object
RemoveFromSelection ( ) : void
Select ( ) : void
SetParentElement ( IUiElement element ) : void
SetSourcePattern ( object pattern ) : void
UiaSelectionItemPattern ( IUiElement element )
UiaSelectionItemPattern ( IUiElement element, UIANET::System.Windows.Automation selectionItemPattern )

Method Details

AddToSelection() public méthode

public AddToSelection ( ) : void
Résultat void

GetParentElement() public méthode

public GetParentElement ( ) : IUiElement
Résultat IUiElement

GetSourcePattern() public méthode

public GetSourcePattern ( ) : object
Résultat object

RemoveFromSelection() public méthode

public RemoveFromSelection ( ) : void
Résultat void

Select() public méthode

public Select ( ) : void
Résultat void

SetParentElement() public méthode

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

SetSourcePattern() public méthode

public SetSourcePattern ( object pattern ) : void
pattern object
Résultat void

UiaSelectionItemPattern() public méthode

public UiaSelectionItemPattern ( IUiElement element )
element IUiElement

UiaSelectionItemPattern() public méthode

public UiaSelectionItemPattern ( IUiElement element, UIANET::System.Windows.Automation selectionItemPattern )
element IUiElement
selectionItemPattern UIANET::System.Windows.Automation

Property Details

ElementAddedToSelectionEvent public_oe static_oe property

public static AutomationEvent,UIANET::System.Windows.Automation ElementAddedToSelectionEvent
Résultat UIANET::System.Windows.Automation.AutomationEvent

ElementRemovedFromSelectionEvent public_oe static_oe property

public static AutomationEvent,UIANET::System.Windows.Automation ElementRemovedFromSelectionEvent
Résultat UIANET::System.Windows.Automation.AutomationEvent

ElementSelectedEvent public_oe static_oe property

public static AutomationEvent,UIANET::System.Windows.Automation ElementSelectedEvent
Résultat UIANET::System.Windows.Automation.AutomationEvent

IsSelectedProperty public_oe static_oe property

public static AutomationProperty,UIANET::System.Windows.Automation IsSelectedProperty
Résultat UIANET::System.Windows.Automation.AutomationProperty

Pattern public_oe static_oe property

public static AutomationPattern,UIANET::System.Windows.Automation Pattern
Résultat UIANET::System.Windows.Automation.AutomationPattern

SelectionContainerProperty public_oe static_oe property

public static AutomationProperty,UIANET::System.Windows.Automation SelectionContainerProperty
Résultat UIANET::System.Windows.Automation.AutomationProperty