C# Class UIAutomation.ExtensionMethodsElementPatterns

Description of ExtensionMethodsElementPatterns.
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode Description
GetCanMaximize ( this element ) : bool
GetCanMinimize ( this element ) : bool
GetCanMove ( this element ) : bool
GetCanResize ( this element ) : bool
GetCanRotate ( this element ) : bool
GetCanSelectMultiple ( this element ) : bool
GetColumnCountGridPattern ( this element ) : int
GetColumnCountTablePattern ( this element ) : int
GetColumnGridItemPattern ( this element ) : int
GetColumnSpanGridItemPattern ( this element ) : int
GetColumnSpanTableItemPattern ( this element ) : int
GetColumnTableItemPattern ( this element ) : int
GetContainingGridGridItemPattern ( this element ) : IUiElement
GetContainingGridTableItemPattern ( this element ) : IUiElement
GetDockPosition ( this element ) : UIANET::System.Windows.Automation.DockPosition
GetDocumentRange ( this element ) : UIANET::System.Windows.Automation.Text.TextPatternRange
GetExpandCollapseState ( this element ) : UIANET::System.Windows.Automation.ExpandCollapseState
GetHorizontalScrollPercent ( this element ) : double
GetHorizontalViewSize ( this element ) : double
GetHorizontallyScrollable ( this element ) : bool
GetIsModal ( this element ) : bool
GetIsReadOnlyRangeValuePattern ( this element ) : bool
GetIsReadOnlyValuePattern ( this element ) : bool
GetIsSelected ( this element ) : bool
GetIsSelectionRequired ( this element ) : bool
GetIsTopmost ( this element ) : bool
GetLargeChange ( this element ) : double
GetMaximum ( this element ) : double
GetMinimum ( this element ) : double
GetRowCountGridPattern ( this element ) : int
GetRowCountTablePattern ( this element ) : int
GetRowGridItemPattern ( this element ) : int
GetRowOrColumnMajor ( this element ) : UIANET::System.Windows.Automation.RowOrColumnMajor
GetRowSpanGridItemPattern ( this element ) : int
GetRowSpanTableItemPattern ( this element ) : int
GetRowTableItemPattern ( this element ) : int
GetSelectionContainer ( this element ) : IUiElement
GetSmallChange ( this element ) : double
GetSupportedTextSelection ( this element ) : UIANET::System.Windows.Automation.SupportedTextSelection
GetToggleState ( this element ) : UIANET::System.Windows.Automation.ToggleState
GetVerticalScrollPercent ( this element ) : double
GetVerticalViewSize ( this element ) : double
GetVerticallyScrollable ( this element ) : bool
GetWindowInteractionState ( this element ) : UIANET::System.Windows.Automation.WindowInteractionState
GetWindowVisualState ( this element ) : UIANET::System.Windows.Automation.WindowVisualState
PerformAddToSelection ( this element ) : IUiElement
PerformClose ( this element ) : IUiElement
PerformCollapse ( this element ) : IUiElement
PerformExpand ( this element ) : IUiElement
PerformGetColumnHeaderItems ( this element ) : IUiElement[]
PerformGetColumnHeaders ( this element ) : IUiElement[]
PerformGetItem ( this element, int row, int column ) : IUiElement
PerformGetRowHeaderItems ( this element ) : IUiElement[]
PerformGetRowHeaders ( this element ) : IUiElement[]
PerformGetSelectionSelectionPattern ( this element ) : IUiElement[]
PerformGetSelectionTextPattern ( this element ) : UIANET::System.Windows.Automation.Text.TextPatternRange[]
PerformGetValueRangeValuePattern ( this element ) : double
PerformGetValueValuePattern ( this element ) : string
PerformGetVisibleRanges ( this element ) : UIANET::System.Windows.Automation.Text.TextPatternRange[]
PerformInvoke ( this element ) : IUiElement
PerformMove ( this element, double x, double y ) : IUiElement
PerformRangeFromChild ( this element, IUiElement childElement ) : UIANET::System.Windows.Automation.Text.TextPatternRange
PerformRangeFromPoint ( this element, System screenLocation ) : UIANET::System.Windows.Automation.Text.TextPatternRange
PerformRemoveFromSelection ( this element ) : IUiElement
PerformResize ( this element, double width, double height ) : IUiElement
PerformRotate ( this element, double degrees ) : IUiElement
PerformScroll ( this element, UIANET::System.Windows.Automation horizontalAmount, UIANET::System.Windows.Automation verticalAmount ) : IUiElement
PerformScrollHorizontal ( this element, UIANET::System.Windows.Automation amount ) : IUiElement
PerformScrollIntoView ( this element ) : IUiElement
PerformScrollVertical ( this element, UIANET::System.Windows.Automation amount ) : IUiElement
PerformSelect ( this element ) : IUiElement
PerformSetDockPosition ( this element, UIANET::System.Windows.Automation dockPosition ) : IUiElement
PerformSetScrollPercent ( this element, double horizontalPercent, double verticalPercent ) : IUiElement
PerformSetValueRangeValuePattern ( this element, double value ) : IUiElement

/// Invokes the context menu and returns the object representing the menu invoked. ///

PerformSetValueValuePattern ( this element, string value ) : IUiElement
PerformSetWindowVisualState ( this element, UIANET::System.Windows.Automation state ) : IUiElement
PerformToggle ( this element ) : IUiElement
PerformToggle ( this element, bool on ) : IUiElement
PerformWaitForInputIdle ( this element, int milliseconds ) : bool

Method Details

GetCanMaximize() public static méthode

public static GetCanMaximize ( this element ) : bool
element this
Résultat bool

GetCanMinimize() public static méthode

public static GetCanMinimize ( this element ) : bool
element this
Résultat bool

GetCanMove() public static méthode

public static GetCanMove ( this element ) : bool
element this
Résultat bool

GetCanResize() public static méthode

public static GetCanResize ( this element ) : bool
element this
Résultat bool

GetCanRotate() public static méthode

public static GetCanRotate ( this element ) : bool
element this
Résultat bool

GetCanSelectMultiple() public static méthode

public static GetCanSelectMultiple ( this element ) : bool
element this
Résultat bool

GetColumnCountGridPattern() public static méthode

public static GetColumnCountGridPattern ( this element ) : int
element this
Résultat int

GetColumnCountTablePattern() public static méthode

public static GetColumnCountTablePattern ( this element ) : int
element this
Résultat int

GetColumnGridItemPattern() public static méthode

public static GetColumnGridItemPattern ( this element ) : int
element this
Résultat int

GetColumnSpanGridItemPattern() public static méthode

public static GetColumnSpanGridItemPattern ( this element ) : int
element this
Résultat int

GetColumnSpanTableItemPattern() public static méthode

public static GetColumnSpanTableItemPattern ( this element ) : int
element this
Résultat int

GetColumnTableItemPattern() public static méthode

public static GetColumnTableItemPattern ( this element ) : int
element this
Résultat int

GetContainingGridGridItemPattern() public static méthode

public static GetContainingGridGridItemPattern ( this element ) : IUiElement
element this
Résultat IUiElement

GetContainingGridTableItemPattern() public static méthode

public static GetContainingGridTableItemPattern ( this element ) : IUiElement
element this
Résultat IUiElement

GetDockPosition() public static méthode

public static GetDockPosition ( this element ) : UIANET::System.Windows.Automation.DockPosition
element this
Résultat UIANET::System.Windows.Automation.DockPosition

GetDocumentRange() public static méthode

public static GetDocumentRange ( this element ) : UIANET::System.Windows.Automation.Text.TextPatternRange
element this
Résultat UIANET::System.Windows.Automation.Text.TextPatternRange

GetExpandCollapseState() public static méthode

public static GetExpandCollapseState ( this element ) : UIANET::System.Windows.Automation.ExpandCollapseState
element this
Résultat UIANET::System.Windows.Automation.ExpandCollapseState

GetHorizontalScrollPercent() public static méthode

public static GetHorizontalScrollPercent ( this element ) : double
element this
Résultat double

GetHorizontalViewSize() public static méthode

public static GetHorizontalViewSize ( this element ) : double
element this
Résultat double

GetHorizontallyScrollable() public static méthode

public static GetHorizontallyScrollable ( this element ) : bool
element this
Résultat bool

GetIsModal() public static méthode

public static GetIsModal ( this element ) : bool
element this
Résultat bool

GetIsReadOnlyRangeValuePattern() public static méthode

public static GetIsReadOnlyRangeValuePattern ( this element ) : bool
element this
Résultat bool

GetIsReadOnlyValuePattern() public static méthode

public static GetIsReadOnlyValuePattern ( this element ) : bool
element this
Résultat bool

GetIsSelected() public static méthode

public static GetIsSelected ( this element ) : bool
element this
Résultat bool

GetIsSelectionRequired() public static méthode

public static GetIsSelectionRequired ( this element ) : bool
element this
Résultat bool

GetIsTopmost() public static méthode

public static GetIsTopmost ( this element ) : bool
element this
Résultat bool

GetLargeChange() public static méthode

public static GetLargeChange ( this element ) : double
element this
Résultat double

GetMaximum() public static méthode

public static GetMaximum ( this element ) : double
element this
Résultat double

GetMinimum() public static méthode

public static GetMinimum ( this element ) : double
element this
Résultat double

GetRowCountGridPattern() public static méthode

public static GetRowCountGridPattern ( this element ) : int
element this
Résultat int

GetRowCountTablePattern() public static méthode

public static GetRowCountTablePattern ( this element ) : int
element this
Résultat int

GetRowGridItemPattern() public static méthode

public static GetRowGridItemPattern ( this element ) : int
element this
Résultat int

GetRowOrColumnMajor() public static méthode

public static GetRowOrColumnMajor ( this element ) : UIANET::System.Windows.Automation.RowOrColumnMajor
element this
Résultat UIANET::System.Windows.Automation.RowOrColumnMajor

GetRowSpanGridItemPattern() public static méthode

public static GetRowSpanGridItemPattern ( this element ) : int
element this
Résultat int

GetRowSpanTableItemPattern() public static méthode

public static GetRowSpanTableItemPattern ( this element ) : int
element this
Résultat int

GetRowTableItemPattern() public static méthode

public static GetRowTableItemPattern ( this element ) : int
element this
Résultat int

GetSelectionContainer() public static méthode

public static GetSelectionContainer ( this element ) : IUiElement
element this
Résultat IUiElement

GetSmallChange() public static méthode

public static GetSmallChange ( this element ) : double
element this
Résultat double

GetSupportedTextSelection() public static méthode

public static GetSupportedTextSelection ( this element ) : UIANET::System.Windows.Automation.SupportedTextSelection
element this
Résultat UIANET::System.Windows.Automation.SupportedTextSelection

GetToggleState() public static méthode

public static GetToggleState ( this element ) : UIANET::System.Windows.Automation.ToggleState
element this
Résultat UIANET::System.Windows.Automation.ToggleState

GetVerticalScrollPercent() public static méthode

public static GetVerticalScrollPercent ( this element ) : double
element this
Résultat double

GetVerticalViewSize() public static méthode

public static GetVerticalViewSize ( this element ) : double
element this
Résultat double

GetVerticallyScrollable() public static méthode

public static GetVerticallyScrollable ( this element ) : bool
element this
Résultat bool

GetWindowInteractionState() public static méthode

public static GetWindowInteractionState ( this element ) : UIANET::System.Windows.Automation.WindowInteractionState
element this
Résultat UIANET::System.Windows.Automation.WindowInteractionState

GetWindowVisualState() public static méthode

public static GetWindowVisualState ( this element ) : UIANET::System.Windows.Automation.WindowVisualState
element this
Résultat UIANET::System.Windows.Automation.WindowVisualState

PerformAddToSelection() public static méthode

public static PerformAddToSelection ( this element ) : IUiElement
element this
Résultat IUiElement

PerformClose() public static méthode

public static PerformClose ( this element ) : IUiElement
element this
Résultat IUiElement

PerformCollapse() public static méthode

public static PerformCollapse ( this element ) : IUiElement
element this
Résultat IUiElement

PerformExpand() public static méthode

public static PerformExpand ( this element ) : IUiElement
element this
Résultat IUiElement

PerformGetColumnHeaderItems() public static méthode

public static PerformGetColumnHeaderItems ( this element ) : IUiElement[]
element this
Résultat IUiElement[]

PerformGetColumnHeaders() public static méthode

public static PerformGetColumnHeaders ( this element ) : IUiElement[]
element this
Résultat IUiElement[]

PerformGetItem() public static méthode

public static PerformGetItem ( this element, int row, int column ) : IUiElement
element this
row int
column int
Résultat IUiElement

PerformGetRowHeaderItems() public static méthode

public static PerformGetRowHeaderItems ( this element ) : IUiElement[]
element this
Résultat IUiElement[]

PerformGetRowHeaders() public static méthode

public static PerformGetRowHeaders ( this element ) : IUiElement[]
element this
Résultat IUiElement[]

PerformGetSelectionSelectionPattern() public static méthode

public static PerformGetSelectionSelectionPattern ( this element ) : IUiElement[]
element this
Résultat IUiElement[]

PerformGetSelectionTextPattern() public static méthode

public static PerformGetSelectionTextPattern ( this element ) : UIANET::System.Windows.Automation.Text.TextPatternRange[]
element this
Résultat UIANET::System.Windows.Automation.Text.TextPatternRange[]

PerformGetValueRangeValuePattern() public static méthode

public static PerformGetValueRangeValuePattern ( this element ) : double
element this
Résultat double

PerformGetValueValuePattern() public static méthode

public static PerformGetValueValuePattern ( this element ) : string
element this
Résultat string

PerformGetVisibleRanges() public static méthode

public static PerformGetVisibleRanges ( this element ) : UIANET::System.Windows.Automation.Text.TextPatternRange[]
element this
Résultat UIANET::System.Windows.Automation.Text.TextPatternRange[]

PerformInvoke() public static méthode

public static PerformInvoke ( this element ) : IUiElement
element this
Résultat IUiElement

PerformMove() public static méthode

public static PerformMove ( this element, double x, double y ) : IUiElement
element this
x double
y double
Résultat IUiElement

PerformRangeFromChild() public static méthode

public static PerformRangeFromChild ( this element, IUiElement childElement ) : UIANET::System.Windows.Automation.Text.TextPatternRange
element this
childElement IUiElement
Résultat UIANET::System.Windows.Automation.Text.TextPatternRange

PerformRangeFromPoint() public static méthode

public static PerformRangeFromPoint ( this element, System screenLocation ) : UIANET::System.Windows.Automation.Text.TextPatternRange
element this
screenLocation System
Résultat UIANET::System.Windows.Automation.Text.TextPatternRange

PerformRemoveFromSelection() public static méthode

public static PerformRemoveFromSelection ( this element ) : IUiElement
element this
Résultat IUiElement

PerformResize() public static méthode

public static PerformResize ( this element, double width, double height ) : IUiElement
element this
width double
height double
Résultat IUiElement

PerformRotate() public static méthode

public static PerformRotate ( this element, double degrees ) : IUiElement
element this
degrees double
Résultat IUiElement

PerformScroll() public static méthode

public static PerformScroll ( this element, UIANET::System.Windows.Automation horizontalAmount, UIANET::System.Windows.Automation verticalAmount ) : IUiElement
element this
horizontalAmount UIANET::System.Windows.Automation
verticalAmount UIANET::System.Windows.Automation
Résultat IUiElement

PerformScrollHorizontal() public static méthode

public static PerformScrollHorizontal ( this element, UIANET::System.Windows.Automation amount ) : IUiElement
element this
amount UIANET::System.Windows.Automation
Résultat IUiElement

PerformScrollIntoView() public static méthode

public static PerformScrollIntoView ( this element ) : IUiElement
element this
Résultat IUiElement

PerformScrollVertical() public static méthode

public static PerformScrollVertical ( this element, UIANET::System.Windows.Automation amount ) : IUiElement
element this
amount UIANET::System.Windows.Automation
Résultat IUiElement

PerformSelect() public static méthode

public static PerformSelect ( this element ) : IUiElement
element this
Résultat IUiElement

PerformSetDockPosition() public static méthode

public static PerformSetDockPosition ( this element, UIANET::System.Windows.Automation dockPosition ) : IUiElement
element this
dockPosition UIANET::System.Windows.Automation
Résultat IUiElement

PerformSetScrollPercent() public static méthode

public static PerformSetScrollPercent ( this element, double horizontalPercent, double verticalPercent ) : IUiElement
element this
horizontalPercent double
verticalPercent double
Résultat IUiElement

PerformSetValueRangeValuePattern() public static méthode

/// Invokes the context menu and returns the object representing the menu invoked. ///
public static PerformSetValueRangeValuePattern ( this element, double value ) : IUiElement
element this
value double
Résultat IUiElement

PerformSetValueValuePattern() public static méthode

public static PerformSetValueValuePattern ( this element, string value ) : IUiElement
element this
value string
Résultat IUiElement

PerformSetWindowVisualState() public static méthode

public static PerformSetWindowVisualState ( this element, UIANET::System.Windows.Automation state ) : IUiElement
element this
state UIANET::System.Windows.Automation
Résultat IUiElement

PerformToggle() public static méthode

public static PerformToggle ( this element ) : IUiElement
element this
Résultat IUiElement

PerformToggle() public static méthode

public static PerformToggle ( this element, bool on ) : IUiElement
element this
on bool
Résultat IUiElement

PerformWaitForInputIdle() public static méthode

public static PerformWaitForInputIdle ( this element, int milliseconds ) : bool
element this
milliseconds int
Résultat bool