AndCondition クラス

定義

一致する 2 つ以上の 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)

適用対象

こちらもご覧ください