C# 클래스 UIAutomation.Commands.ConvertToUiaSearchCriteriaCommand

상속: ConvertCmdletBase
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetPatternStrings string
GetPropertyCompleteString string
IsInArray bool
PropertyToString string

공개 메소드들

메소드 설명
ConvertToUiaSearchCriteriaCommand ( ) : System

보호된 메소드들

메소드 설명
ConvertElementToSearchCriteria ( IUiElement element ) : string
ProcessRecord ( ) : void

Processes the pipeline.

비공개 메소드들

메소드 설명
GetPatternStrings ( IUiElement element ) : string
GetPropertyCompleteString ( IUiElement currentElement, string resultString, string propertyName ) : string
IsInArray ( ICollection inputArray, string propertyName ) : bool
PropertyToString ( object propertyValue ) : string

메소드 상세

ConvertElementToSearchCriteria() 보호된 메소드

protected ConvertElementToSearchCriteria ( IUiElement element ) : string
element IUiElement
리턴 string

ConvertToUiaSearchCriteriaCommand() 공개 메소드

public ConvertToUiaSearchCriteriaCommand ( ) : System
리턴 System

ProcessRecord() 보호된 메소드

Processes the pipeline.
protected ProcessRecord ( ) : void
리턴 void