Compartir a través de


WindowInteropHelper.Handle Propiedad

Definición

Obtiene el identificador de ventana de una ventana de Windows Presentation Foundation (WPF) que se usa para crear este WindowInteropHelperobjeto .

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

Valor de propiedad

IntPtr

nativeint

Identificador de ventana de Windows Presentation Foundation (WPF) (HWND).

Atributos

Se aplica a

Consulte también