IWindowControllerFindChild メソッド |
子ウィンドウを探します。
名前空間:
KeyToKey.Plugins
アセンブリ:
KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文IWindowController FindChild(
string windowTitle = null,
string className = null
)
パラメーター
- windowTitle (Optional)
- 型: SystemString
ウィンドウタイトル - className (Optional)
- 型: SystemString
クラス名
戻り値
型:
IWindowController見つかった子ウィンドウのIWindowControllerを返します。見つからなかった場合はnullを返します。
関連項目