An NDoc Documented Class Library

Window.GetChild メソッド (String, String)

条件に合致する、配下の子Windowを返します。 合致する子Windowがない場合はnullを返します。 合致する子Windowが複数存在する場合はWindowExceptionが発生します。

public Window GetChild(
   string sClass,
   string sText
);

パラメータ

sClass
ウィンドウクラス名(nullですべてに一致)
sText
ウィンドウテキスト(nullですべてに一致)

戻り値

条件に該当したWindow

参照

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