AndCondition 클래스

정의

일치 항목에 대해 둘 다 true여야 하는 둘 이상의 PropertyCondition 개체 조합을 나타냅니다.

public ref class AndCondition : System::Windows::Automation::Condition
public class AndCondition : System.Windows.Automation.Condition
type AndCondition = class
    inherit Condition
Public Class AndCondition
Inherits Condition
상속
AndCondition

생성자

Name Description
AndCondition(Condition[])

PropertyCondition 모든 하위 조건이 true이면 true를 만듭니다.

메서드

Name Description
Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetConditions()

이 조건에 대한 하위 조건의 배열을 검색합니다.

GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상

추가 정보