C# Class UIAutomation.UiaSelectionItemPattern

Inheritance: ISelectionItemPattern
ファイルを表示 Open project: apetrovskiy/STUPS

Public Properties

Property 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

Public Methods

Method 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 method

public AddToSelection ( ) : void
return void

GetParentElement() public method

public GetParentElement ( ) : IUiElement
return IUiElement

GetSourcePattern() public method

public GetSourcePattern ( ) : object
return object

RemoveFromSelection() public method

public RemoveFromSelection ( ) : void
return void

Select() public method

public Select ( ) : 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

UiaSelectionItemPattern() public method

public UiaSelectionItemPattern ( IUiElement element )
element IUiElement

UiaSelectionItemPattern() public method

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
return UIANET::System.Windows.Automation.AutomationEvent

ElementRemovedFromSelectionEvent public_oe static_oe property

public static AutomationEvent,UIANET::System.Windows.Automation ElementRemovedFromSelectionEvent
return UIANET::System.Windows.Automation.AutomationEvent

ElementSelectedEvent public_oe static_oe property

public static AutomationEvent,UIANET::System.Windows.Automation ElementSelectedEvent
return UIANET::System.Windows.Automation.AutomationEvent

IsSelectedProperty public_oe static_oe property

public static AutomationProperty,UIANET::System.Windows.Automation IsSelectedProperty
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

SelectionContainerProperty public_oe static_oe property

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