C# 클래스 Automation.UI.Tree.QueryParts.QueryConditionPart

Represents the conditions part of a query.
상속: QueryPart
파일 보기 프로젝트 열기: vijayakumarsuraj/UIAutomation 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ApplyCondition void
ApplyUnaryOperator System.Windows.Automation.Condition
JoinWithBinaryOperator System.Windows.Automation.Condition
QueryConditionPart System.Windows.Automation
SetBinaryOperator void
SetUnaryOperator void

공개 메소드들

메소드 설명
Id ( ) : QueryMatcherPart

Search using the automation id property.

Name ( ) : QueryMatcherPart

Search using the name property.

Not ( ) : QueryConditionPart

Sets the active unary operator to a logical "not".

ProcessId ( ) : QueryMatcherPart

Search using the process id property.

Property ( AutomationProperty property ) : QueryMatcherPart

Search using an arbitrary property.

Type ( ) : QueryMatcherPart

Search using the name property.

비공개 메소드들

메소드 설명
ApplyCondition ( Condition condition ) : void

Applies the specified property condition to this query.

ApplyUnaryOperator ( Condition condition ) : Condition

Applies the active unary operator to the specified condition.

JoinWithBinaryOperator ( Condition left, Condition right ) : Condition

Applies the active binary operator to the specified conditions.

QueryConditionPart ( Query query ) : System.Windows.Automation

New query condition part.

SetBinaryOperator ( IBinaryOperator op ) : void

Updates the active binary operator.

SetUnaryOperator ( IUnaryOperator op ) : void

Updates the active unary operator.

메소드 상세

Id() 공개 메소드

Search using the automation id property.
public Id ( ) : QueryMatcherPart
리턴 QueryMatcherPart

Name() 공개 메소드

Search using the name property.
public Name ( ) : QueryMatcherPart
리턴 QueryMatcherPart

Not() 공개 메소드

Sets the active unary operator to a logical "not".
public Not ( ) : QueryConditionPart
리턴 QueryConditionPart

ProcessId() 공개 메소드

Search using the process id property.
public ProcessId ( ) : QueryMatcherPart
리턴 QueryMatcherPart

Property() 공개 메소드

Search using an arbitrary property.
public Property ( AutomationProperty property ) : QueryMatcherPart
property System.Windows.Automation.AutomationProperty The property to match.
리턴 QueryMatcherPart

Type() 공개 메소드

Search using the name property.
public Type ( ) : QueryMatcherPart
리턴 QueryMatcherPart