Condividi tramite


Window.Current Proprietà

Definizione

Le app desktop restituiscono null sempre per questa proprietà.

static Window Current();
public static Window Current { get; }
var window = Window.current;
Public Shared ReadOnly Property Current As Window

Valore della proprietà

Il valore è null per le app Desktop.

Commenti

L'oggetto Window implementa IWindowNative, tramite cui le app Desktop possono ottenere l'HWND sottostante di Window.

Si applica a

Vedi anche