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) 。

屬性

適用於

另請參閱