Condividi tramite


Shell.Current Proprietà

Definizione

Ottiene l'istanza corrente Shell dalla finestra dell'applicazione attiva.

public:
 static property Microsoft::Maui::Controls::Shell ^ Current { Microsoft::Maui::Controls::Shell ^ get(); };
public static Microsoft.Maui.Controls.Shell Current { get; }
static member Current : Microsoft.Maui.Controls.Shell
Public Shared ReadOnly Property Current As Shell

Valore della proprietà

Commenti

Si tratta di un alias typecast per Microsoft.Maui.Controls.Application.Current.MainPage.

Si applica a