An NDoc Documented Class Library

Window.WaitForTopChildActive メソッド

条件で指定された子ウィンドウがアクティブになるまで待機します。 タイムアウトした場合nullを返します。

オーバーロードの一覧

条件で指定された子ウィンドウがアクティブになるまで待機します。 タイムアウトした場合nullを返します。

public static Window WaitForTopChildActive(int,string,string,int,int);

条件で指定された子ウィンドウがアクティブになるまで待機します。 タイムアウトした場合nullを返します。

public static Window WaitForTopChildActive(int,Regex,Regex,int,int);

条件で指定された子ウィンドウがアクティブになるまで待機します。 タイムアウトした場合nullを返します。

public static Window WaitForTopChildActive(string,string,string,int,int);

条件で指定された子ウィンドウがアクティブになるまで待機します。 タイムアウトした場合nullを返します。

public static Window WaitForTopChildActive(string,Regex,Regex,int,int);

参照

Window クラス | FNF.WindowController 名前空間