Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Automation
UI
Tree
Operators
OrOperator
C# 클래스 Automation.UI.Tree.Operators.OrOperator
Represents a binary operator that can join two conditions using a logical "or".
상속:
IBinaryOperator
파일 보기
프로젝트 열기: vijayakumarsuraj/UIAutomation
공개 메소드들
메소드
설명
Join
(
Condition
left
,
Condition
right
) :
Condition
Joins the two conditions using an OrCondition.
메소드 상세
Join()
공개
메소드
Joins the two conditions using an OrCondition.
public
Join
(
Condition
left
,
Condition
right
) :
Condition
left
System.Windows.Automation.Condition
The left hand condition.
right
System.Windows.Automation.Condition
The right hand condition.
리턴
System.Windows.Automation.Condition