C# Class UIAutomation.UiaTableItemPattern

Description of TableItemPatternAdapterNet.
Inheritance: ITableItemPattern
ファイルを表示 Open project: apetrovskiy/STUPS

Public Properties

Property Type Description
ColumnHeaderItemsProperty UIANET::System.Windows.Automation.AutomationProperty
Pattern UIANET::System.Windows.Automation.AutomationPattern
RowHeaderItemsProperty UIANET::System.Windows.Automation.AutomationProperty

Public Methods

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

UiaTableItemPattern() public method

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

UiaTableItemPattern() public method

public UiaTableItemPattern ( IUiElement element, UIANET::System.Windows.Automation tableItemPattern ) : System.Linq
element IUiElement
tableItemPattern UIANET::System.Windows.Automation
return System.Linq

Property Details

ColumnHeaderItemsProperty public_oe static_oe property

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

RowHeaderItemsProperty public_oe static_oe property

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