Condividi tramite


WindowInteropHelper.Handle Proprietà

Definizione

Ottiene l'handle della finestra per una finestra Windows Presentation Foundation (WPF) usata per creare questo WindowInteropHelperoggetto .

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

Valore della proprietà

IntPtr

nativeint

Handle della finestra Windows Presentation Foundation (WPF) (HWND).

Attributi

Si applica a

Vedi anche