Share via


IPlatformApplication.Current Property

Definition

Gets the current IPlatformApplication. This must be set in each implementation manually, as we can't have a true static be used in the implementation.

public:
 static property Microsoft::Maui::IPlatformApplication ^ Current { Microsoft::Maui::IPlatformApplication ^ get(); void set(Microsoft::Maui::IPlatformApplication ^ value); };
public static Microsoft.Maui.IPlatformApplication? Current { get; set; }
static member Current : Microsoft.Maui.IPlatformApplication with get, set
Public Shared Property Current As IPlatformApplication

Property Value

Applies to