共用方式為


HostedWindowWrapper(IntPtr) 建構函式

定義

初始化 HostedWindowWrapper 類別的新執行個體。

public:
 HostedWindowWrapper(IntPtr hwnd);
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
public HostedWindowWrapper (IntPtr hwnd);
public HostedWindowWrapper (IntPtr hwnd);
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
new System.Windows.Automation.Peers.HostedWindowWrapper : nativeint -> System.Windows.Automation.Peers.HostedWindowWrapper
new System.Windows.Automation.Peers.HostedWindowWrapper : nativeint -> System.Windows.Automation.Peers.HostedWindowWrapper
Public Sub New (hwnd As IntPtr)

參數

hwnd
IntPtr

nativeint

與這個 HwndHost 相關聯 HostedWindowWrapper 的指標。

屬性

適用於