C# 클래스 UIAutomation.GetControlCollectionCmdletBase

Description of GetControlCollectionCmdletBase.
상속: GetControlCmdletBase
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ElementOfPossibleControlType bool
GetAutomationElementsViaWildcards List
GetAutomationElementsViaWildcards_FindAll List
GetAutomationElementsWithFindAll List
GetAutomationElementsWithWalker List
ProcessAutomationElement List

공개 메소드들

메소드 설명
GetControlCollectionCmdletBase ( ) : System
GetControlCollectionCmdletBase ( ControlSearcherData data ) : System

보호된 메소드들

메소드 설명
GetAutomationElements ( UIANET::System.Windows.Automation scope ) : void
GetAutomationElementsChildren ( IUiElement inputObject, bool firstChild ) : void
GetAutomationElementsSiblings ( bool nextSibling ) : void
GetAutomationElementsViaWildcards ( IUiElement inputObject, bool caseSensitive, bool onlyOneResult, bool onlyTopLevel ) : void

비공개 메소드들

메소드 설명
ElementOfPossibleControlType ( string controlType, string elementControlType ) : bool
GetAutomationElementsViaWildcards ( GetControlCollectionCmdletBase cmdlet, bool caseSensitive, bool onlyOneResult, bool onlyTopLevel ) : List
GetAutomationElementsViaWildcards_FindAll ( ControlSearcherData data, IUiElement inputObject, UIANET::System.Windows.Automation conditions, bool caseSensitive, bool onlyOneResult, bool onlyTopLevel, bool viaWildcardOrRegex ) : List
GetAutomationElementsWithFindAll ( IUiElement element, ControlSearcherData data, UIANET::System.Windows.Automation conditions, bool caseSensitiveParam, bool onlyOneResult, bool onlyTopLevel, bool viaWildcardOrRegex ) : List
GetAutomationElementsWithWalker ( IUiElement element, string name, string automationId, string className, string controlType, bool caseSensitive, bool onlyOneResult, bool onlyTopLevel ) : List
ProcessAutomationElement ( IUiElement element, string name, string automationId, string className, string controlType, bool caseSensitive, bool onlyOneResult, bool onlyTopLevel ) : List

메소드 상세

GetAutomationElements() 보호된 메소드

protected GetAutomationElements ( UIANET::System.Windows.Automation scope ) : void
scope UIANET::System.Windows.Automation
리턴 void

GetAutomationElementsChildren() 보호된 메소드

protected GetAutomationElementsChildren ( IUiElement inputObject, bool firstChild ) : void
inputObject IUiElement
firstChild bool
리턴 void

GetAutomationElementsSiblings() 보호된 메소드

protected GetAutomationElementsSiblings ( bool nextSibling ) : void
nextSibling bool
리턴 void

GetAutomationElementsViaWildcards() 보호된 메소드

protected GetAutomationElementsViaWildcards ( IUiElement inputObject, bool caseSensitive, bool onlyOneResult, bool onlyTopLevel ) : void
inputObject IUiElement
caseSensitive bool
onlyOneResult bool
onlyTopLevel bool
리턴 void

GetControlCollectionCmdletBase() 공개 메소드

public GetControlCollectionCmdletBase ( ) : System
리턴 System

GetControlCollectionCmdletBase() 공개 메소드

public GetControlCollectionCmdletBase ( ControlSearcherData data ) : System
data ControlSearcherData
리턴 System