C# 클래스 Automation.UI.Tree.Operators.NotOperator

Represents a unary operator that applies a logical "not" to a condition.
상속: IUnaryOperator
파일 보기 프로젝트 열기: vijayakumarsuraj/UIAutomation

공개 메소드들

메소드 설명
Apply ( Condition condition ) : Condition

Applies the "not" operator on this condition and returns a new condition.

메소드 상세

Apply() 공개 메소드

Applies the "not" operator on this condition and returns a new condition.
public Apply ( Condition condition ) : Condition
condition System.Windows.Automation.Condition The condition to apply the operator on.
리턴 System.Windows.Automation.Condition