IGlobalsFindWindow メソッド (IWindowController, String, String) |
特定のウィンドウから指定した条件のウィンドウを探します。
名前空間:
KeyToKey.Plugins
アセンブリ:
KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文IWindowController FindWindow(
IWindowController windowController,
string windowTitle = null,
string className = null
)
パラメーター
- windowController
- 型: KeyToKey.PluginsIWindowController
のインスタンス - windowTitle (Optional)
- 型: SystemString
ウィンドウのタイトル - className (Optional)
- 型: SystemString
クラス名
戻り値
型:
IWindowControllerのインスタンス
関連項目