C# Class UIAutomation.UiaSelectionPattern

Inheritance: ISelectionPattern
Mostra file Open project: apetrovskiy/STUPS

Public Properties

Property Type Description
CanSelectMultipleProperty UIANET::System.Windows.Automation.AutomationProperty
InvalidatedEvent UIANET::System.Windows.Automation.AutomationEvent
IsSelectionRequiredProperty UIANET::System.Windows.Automation.AutomationProperty
Pattern UIANET::System.Windows.Automation.AutomationPattern
SelectionProperty UIANET::System.Windows.Automation.AutomationProperty

Public Methods

Method Description
GetParentElement ( ) : IUiElement
GetSourcePattern ( ) : object
SetParentElement ( IUiElement element ) : void
SetSourcePattern ( object pattern ) : void
UiaSelectionPattern ( IUiElement element ) : System.Linq
UiaSelectionPattern ( IUiElement element, UIANET::System.Windows.Automation selectionPattern ) : System.Linq

Method Details

GetParentElement() public method

public GetParentElement ( ) : IUiElement
return IUiElement

GetSourcePattern() public method

public GetSourcePattern ( ) : object
return object

SetParentElement() public method

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

SetSourcePattern() public method

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

UiaSelectionPattern() public method

public UiaSelectionPattern ( IUiElement element ) : System.Linq
element IUiElement
return System.Linq

UiaSelectionPattern() public method

public UiaSelectionPattern ( IUiElement element, UIANET::System.Windows.Automation selectionPattern ) : System.Linq
element IUiElement
selectionPattern UIANET::System.Windows.Automation
return System.Linq

Property Details

CanSelectMultipleProperty public_oe static_oe property

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

InvalidatedEvent public_oe static_oe property

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

IsSelectionRequiredProperty public_oe static_oe property

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

SelectionProperty public_oe static_oe property

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