C# Класс UIAutomation.ExtensionMethodsElementPatterns

Description of ExtensionMethodsElementPatterns.
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetCanMaximize() публичный статический Метод

public static GetCanMaximize ( this element ) : bool
element this
Результат bool

GetCanMinimize() публичный статический Метод

public static GetCanMinimize ( this element ) : bool
element this
Результат bool

GetCanMove() публичный статический Метод

public static GetCanMove ( this element ) : bool
element this
Результат bool

GetCanResize() публичный статический Метод

public static GetCanResize ( this element ) : bool
element this
Результат bool

GetCanRotate() публичный статический Метод

public static GetCanRotate ( this element ) : bool
element this
Результат bool

GetCanSelectMultiple() публичный статический Метод

public static GetCanSelectMultiple ( this element ) : bool
element this
Результат bool

GetColumnCountGridPattern() публичный статический Метод

public static GetColumnCountGridPattern ( this element ) : int
element this
Результат int

GetColumnCountTablePattern() публичный статический Метод

public static GetColumnCountTablePattern ( this element ) : int
element this
Результат int

GetColumnGridItemPattern() публичный статический Метод

public static GetColumnGridItemPattern ( this element ) : int
element this
Результат int

GetColumnSpanGridItemPattern() публичный статический Метод

public static GetColumnSpanGridItemPattern ( this element ) : int
element this
Результат int

GetColumnSpanTableItemPattern() публичный статический Метод

public static GetColumnSpanTableItemPattern ( this element ) : int
element this
Результат int

GetColumnTableItemPattern() публичный статический Метод

public static GetColumnTableItemPattern ( this element ) : int
element this
Результат int

GetContainingGridGridItemPattern() публичный статический Метод

public static GetContainingGridGridItemPattern ( this element ) : IUiElement
element this
Результат IUiElement

GetContainingGridTableItemPattern() публичный статический Метод

public static GetContainingGridTableItemPattern ( this element ) : IUiElement
element this
Результат IUiElement

GetDockPosition() публичный статический Метод

public static GetDockPosition ( this element ) : UIANET::System.Windows.Automation.DockPosition
element this
Результат UIANET::System.Windows.Automation.DockPosition

GetDocumentRange() публичный статический Метод

public static GetDocumentRange ( this element ) : UIANET::System.Windows.Automation.Text.TextPatternRange
element this
Результат UIANET::System.Windows.Automation.Text.TextPatternRange

GetExpandCollapseState() публичный статический Метод

public static GetExpandCollapseState ( this element ) : UIANET::System.Windows.Automation.ExpandCollapseState
element this
Результат UIANET::System.Windows.Automation.ExpandCollapseState

GetHorizontalScrollPercent() публичный статический Метод

public static GetHorizontalScrollPercent ( this element ) : double
element this
Результат double

GetHorizontalViewSize() публичный статический Метод

public static GetHorizontalViewSize ( this element ) : double
element this
Результат double

GetHorizontallyScrollable() публичный статический Метод

public static GetHorizontallyScrollable ( this element ) : bool
element this
Результат bool

GetIsModal() публичный статический Метод

public static GetIsModal ( this element ) : bool
element this
Результат bool

GetIsReadOnlyRangeValuePattern() публичный статический Метод

public static GetIsReadOnlyRangeValuePattern ( this element ) : bool
element this
Результат bool

GetIsReadOnlyValuePattern() публичный статический Метод

public static GetIsReadOnlyValuePattern ( this element ) : bool
element this
Результат bool

GetIsSelected() публичный статический Метод

public static GetIsSelected ( this element ) : bool
element this
Результат bool

GetIsSelectionRequired() публичный статический Метод

public static GetIsSelectionRequired ( this element ) : bool
element this
Результат bool

GetIsTopmost() публичный статический Метод

public static GetIsTopmost ( this element ) : bool
element this
Результат bool

GetLargeChange() публичный статический Метод

public static GetLargeChange ( this element ) : double
element this
Результат double

GetMaximum() публичный статический Метод

public static GetMaximum ( this element ) : double
element this
Результат double

GetMinimum() публичный статический Метод

public static GetMinimum ( this element ) : double
element this
Результат double

GetRowCountGridPattern() публичный статический Метод

public static GetRowCountGridPattern ( this element ) : int
element this
Результат int

GetRowCountTablePattern() публичный статический Метод

public static GetRowCountTablePattern ( this element ) : int
element this
Результат int

GetRowGridItemPattern() публичный статический Метод

public static GetRowGridItemPattern ( this element ) : int
element this
Результат int

GetRowOrColumnMajor() публичный статический Метод

public static GetRowOrColumnMajor ( this element ) : UIANET::System.Windows.Automation.RowOrColumnMajor
element this
Результат UIANET::System.Windows.Automation.RowOrColumnMajor

GetRowSpanGridItemPattern() публичный статический Метод

public static GetRowSpanGridItemPattern ( this element ) : int
element this
Результат int

GetRowSpanTableItemPattern() публичный статический Метод

public static GetRowSpanTableItemPattern ( this element ) : int
element this
Результат int

GetRowTableItemPattern() публичный статический Метод

public static GetRowTableItemPattern ( this element ) : int
element this
Результат int

GetSelectionContainer() публичный статический Метод

public static GetSelectionContainer ( this element ) : IUiElement
element this
Результат IUiElement

GetSmallChange() публичный статический Метод

public static GetSmallChange ( this element ) : double
element this
Результат double

GetSupportedTextSelection() публичный статический Метод

public static GetSupportedTextSelection ( this element ) : UIANET::System.Windows.Automation.SupportedTextSelection
element this
Результат UIANET::System.Windows.Automation.SupportedTextSelection

GetToggleState() публичный статический Метод

public static GetToggleState ( this element ) : UIANET::System.Windows.Automation.ToggleState
element this
Результат UIANET::System.Windows.Automation.ToggleState

GetVerticalScrollPercent() публичный статический Метод

public static GetVerticalScrollPercent ( this element ) : double
element this
Результат double

GetVerticalViewSize() публичный статический Метод

public static GetVerticalViewSize ( this element ) : double
element this
Результат double

GetVerticallyScrollable() публичный статический Метод

public static GetVerticallyScrollable ( this element ) : bool
element this
Результат bool

GetWindowInteractionState() публичный статический Метод

public static GetWindowInteractionState ( this element ) : UIANET::System.Windows.Automation.WindowInteractionState
element this
Результат UIANET::System.Windows.Automation.WindowInteractionState

GetWindowVisualState() публичный статический Метод

public static GetWindowVisualState ( this element ) : UIANET::System.Windows.Automation.WindowVisualState
element this
Результат UIANET::System.Windows.Automation.WindowVisualState

PerformAddToSelection() публичный статический Метод

public static PerformAddToSelection ( this element ) : IUiElement
element this
Результат IUiElement

PerformClose() публичный статический Метод

public static PerformClose ( this element ) : IUiElement
element this
Результат IUiElement

PerformCollapse() публичный статический Метод

public static PerformCollapse ( this element ) : IUiElement
element this
Результат IUiElement

PerformExpand() публичный статический Метод

public static PerformExpand ( this element ) : IUiElement
element this
Результат IUiElement

PerformGetColumnHeaderItems() публичный статический Метод

public static PerformGetColumnHeaderItems ( this element ) : IUiElement[]
element this
Результат IUiElement[]

PerformGetColumnHeaders() публичный статический Метод

public static PerformGetColumnHeaders ( this element ) : IUiElement[]
element this
Результат IUiElement[]

PerformGetItem() публичный статический Метод

public static PerformGetItem ( this element, int row, int column ) : IUiElement
element this
row int
column int
Результат IUiElement

PerformGetRowHeaderItems() публичный статический Метод

public static PerformGetRowHeaderItems ( this element ) : IUiElement[]
element this
Результат IUiElement[]

PerformGetRowHeaders() публичный статический Метод

public static PerformGetRowHeaders ( this element ) : IUiElement[]
element this
Результат IUiElement[]

PerformGetSelectionSelectionPattern() публичный статический Метод

public static PerformGetSelectionSelectionPattern ( this element ) : IUiElement[]
element this
Результат IUiElement[]

PerformGetSelectionTextPattern() публичный статический Метод

public static PerformGetSelectionTextPattern ( this element ) : UIANET::System.Windows.Automation.Text.TextPatternRange[]
element this
Результат UIANET::System.Windows.Automation.Text.TextPatternRange[]

PerformGetValueRangeValuePattern() публичный статический Метод

public static PerformGetValueRangeValuePattern ( this element ) : double
element this
Результат double

PerformGetValueValuePattern() публичный статический Метод

public static PerformGetValueValuePattern ( this element ) : string
element this
Результат string

PerformGetVisibleRanges() публичный статический Метод

public static PerformGetVisibleRanges ( this element ) : UIANET::System.Windows.Automation.Text.TextPatternRange[]
element this
Результат UIANET::System.Windows.Automation.Text.TextPatternRange[]

PerformInvoke() публичный статический Метод

public static PerformInvoke ( this element ) : IUiElement
element this
Результат IUiElement

PerformMove() публичный статический Метод

public static PerformMove ( this element, double x, double y ) : IUiElement
element this
x double
y double
Результат IUiElement

PerformRangeFromChild() публичный статический Метод

public static PerformRangeFromChild ( this element, IUiElement childElement ) : UIANET::System.Windows.Automation.Text.TextPatternRange
element this
childElement IUiElement
Результат UIANET::System.Windows.Automation.Text.TextPatternRange

PerformRangeFromPoint() публичный статический Метод

public static PerformRangeFromPoint ( this element, System screenLocation ) : UIANET::System.Windows.Automation.Text.TextPatternRange
element this
screenLocation System
Результат UIANET::System.Windows.Automation.Text.TextPatternRange

PerformRemoveFromSelection() публичный статический Метод

public static PerformRemoveFromSelection ( this element ) : IUiElement
element this
Результат IUiElement

PerformResize() публичный статический Метод

public static PerformResize ( this element, double width, double height ) : IUiElement
element this
width double
height double
Результат IUiElement

PerformRotate() публичный статический Метод

public static PerformRotate ( this element, double degrees ) : IUiElement
element this
degrees double
Результат IUiElement

PerformScroll() публичный статический Метод

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
Результат IUiElement

PerformScrollHorizontal() публичный статический Метод

public static PerformScrollHorizontal ( this element, UIANET::System.Windows.Automation amount ) : IUiElement
element this
amount UIANET::System.Windows.Automation
Результат IUiElement

PerformScrollIntoView() публичный статический Метод

public static PerformScrollIntoView ( this element ) : IUiElement
element this
Результат IUiElement

PerformScrollVertical() публичный статический Метод

public static PerformScrollVertical ( this element, UIANET::System.Windows.Automation amount ) : IUiElement
element this
amount UIANET::System.Windows.Automation
Результат IUiElement

PerformSelect() публичный статический Метод

public static PerformSelect ( this element ) : IUiElement
element this
Результат IUiElement

PerformSetDockPosition() публичный статический Метод

public static PerformSetDockPosition ( this element, UIANET::System.Windows.Automation dockPosition ) : IUiElement
element this
dockPosition UIANET::System.Windows.Automation
Результат IUiElement

PerformSetScrollPercent() публичный статический Метод

public static PerformSetScrollPercent ( this element, double horizontalPercent, double verticalPercent ) : IUiElement
element this
horizontalPercent double
verticalPercent double
Результат IUiElement

PerformSetValueRangeValuePattern() публичный статический Метод

/// Invokes the context menu and returns the object representing the menu invoked. ///
public static PerformSetValueRangeValuePattern ( this element, double value ) : IUiElement
element this
value double
Результат IUiElement

PerformSetValueValuePattern() публичный статический Метод

public static PerformSetValueValuePattern ( this element, string value ) : IUiElement
element this
value string
Результат IUiElement

PerformSetWindowVisualState() публичный статический Метод

public static PerformSetWindowVisualState ( this element, UIANET::System.Windows.Automation state ) : IUiElement
element this
state UIANET::System.Windows.Automation
Результат IUiElement

PerformToggle() публичный статический Метод

public static PerformToggle ( this element ) : IUiElement
element this
Результат IUiElement

PerformToggle() публичный статический Метод

public static PerformToggle ( this element, bool on ) : IUiElement
element this
on bool
Результат IUiElement

PerformWaitForInputIdle() публичный статический Метод

public static PerformWaitForInputIdle ( this element, int milliseconds ) : bool
element this
milliseconds int
Результат bool