Share via


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 へのポインター。

属性

適用対象