Shell.Current Eigenschap

Definitie

Hiermee haalt u het huidige Shell exemplaar op uit het actieve toepassingsvenster.

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

Waarde van eigenschap

Opmerkingen

Dit is een typecast-alias voor Microsoft.Maui.Controls.Application.Current.MainPage.

Van toepassing op