C# Class UIAutomation.UiaTablePattern

Description of TablePatternAdapterNet.
Inheritance: ITablePattern
Exibir arquivo Open project: apetrovskiy/STUPS

Public Properties

Property Type Description
ColumnHeadersProperty UIANET::System.Windows.Automation.AutomationProperty
Pattern UIANET::System.Windows.Automation.AutomationPattern
RowHeadersProperty UIANET::System.Windows.Automation.AutomationProperty
RowOrColumnMajorProperty UIANET::System.Windows.Automation.AutomationProperty

Public Methods

Method Description
GetParentElement ( ) : IUiElement
GetSourcePattern ( ) : object
SetParentElement ( IUiElement element ) : void
SetSourcePattern ( object pattern ) : void
UiaTablePattern ( IUiElement element ) : System.Linq
UiaTablePattern ( IUiElement element, UIANET::System.Windows.Automation tablePattern ) : 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

UiaTablePattern() public method

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

UiaTablePattern() public method

public UiaTablePattern ( IUiElement element, UIANET::System.Windows.Automation tablePattern ) : System.Linq
element IUiElement
tablePattern UIANET::System.Windows.Automation
return System.Linq

Property Details

ColumnHeadersProperty public_oe static_oe property

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

RowHeadersProperty public_oe static_oe property

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

RowOrColumnMajorProperty public_oe static_oe property

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