HostedWindowWrapper(IntPtr) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da HostedWindowWrapper classe.
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
O apontador para o HwndHost que está associado a este HostedWindowWrapper.
- Atributos