AutomationElement.FromHandle(IntPtr) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したウィンドウ ハンドルによって参照されるユーザー インターフェイス (UI) 項目の新しい AutomationElement オブジェクトを取得します。
public:
static System::Windows::Automation::AutomationElement ^ FromHandle(IntPtr hwnd);
public static System.Windows.Automation.AutomationElement FromHandle (IntPtr hwnd);
static member FromHandle : nativeint -> System.Windows.Automation.AutomationElement
Public Shared Function FromHandle (hwnd As IntPtr) As AutomationElement
パラメーター
- hwnd
-
IntPtr
nativeint
UI 要素のハンドル。
戻り値
でAutomationElementhwnd
識別される UI 項目の場合。