Compartir a través de


HostedWindowWrapper(IntPtr) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

hwnd
IntPtr

nativeint

Puntero al HwndHost asociado a este HostedWindowWrapper.

Atributos

Se aplica a