C# 클래스 UIAutomation.ExtensionMethodsElementPatterns

Description of ExtensionMethodsElementPatterns.
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 메소드들

메소드 설명
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