WindowInteropHelper.Handle プロパティ

定義

これをWindowInteropHelper作成するために使用されるWindows Presentation Foundation (WPF) ウィンドウのウィンドウ ハンドルを取得します。

public:
 property IntPtr Handle { IntPtr get(); };
public IntPtr Handle { [System.Security.SecurityCritical] get; }
public IntPtr Handle { get; }
[<get: System.Security.SecurityCritical>]
member this.Handle : nativeint
member this.Handle : nativeint
Public ReadOnly Property Handle As IntPtr

プロパティ値

IntPtr

nativeint

Windows Presentation Foundation (WPF) ウィンドウ ハンドル (HWND)。

属性

適用対象

こちらもご覧ください