AndCondition クラス

定義

1 つの照合に対して両方が 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

コンストラクター

AndCondition(Condition[])

すべてのサブ条件が true である場合に true である PropertyCondition を作成します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetConditions()

この条件のサブ条件の配列を取得します。

GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください