An NDoc Documented Class Library

Window.GetChild メソッド (Regex, Regex, Int32)

条件に合致する、配下の子Windowを返します。 合致する子Windowがない場合はnullを返します。

public Window GetChild(
   Regex rClass,
   Regex rText,
   int iSameNum
);

パラメータ

rClass
ウィンドウクラス名(正規表現)
rText
ウィンドウテキスト(正規表現)
iSameNum
ウィンドウクラス名・ウィンドウテキストがマッチする子Windowの中で何番目のWindowか

戻り値

条件に該当したWindow

参照

Window クラス | FNF.WindowController 名前空間 | Window.GetChild オーバーロードの一覧