AutomationElement.AutomationElementInformation.NativeWindowHandle プロパティ

定義

要素のウィンドウのハンドルを取得します。

public:
 property int NativeWindowHandle { int get(); };
public int NativeWindowHandle { get; }
member this.NativeWindowHandle : int
Public ReadOnly Property NativeWindowHandle As Integer

プロパティ値

ウィンドウのハンドル (存在する場合)。それ以外の場合は 0。

注釈

詳細については、NativeWindowHandlePropertyを参照してください。

適用対象