Freigeben über


ApplicationHandler.MapTerminate Methode

Definition

Ordnet den abstrakten Befehl "Beenden" den plattformspezifischen Implementierungen zu.

public:
 static void MapTerminate(Microsoft::Maui::Handlers::ApplicationHandler ^ handler, Microsoft::Maui::IApplication ^ application, System::Object ^ args);
public static void MapTerminate(Microsoft.Maui.Handlers.ApplicationHandler handler, Microsoft.Maui.IApplication application, object? args);
static member MapTerminate : Microsoft.Maui.Handlers.ApplicationHandler * Microsoft.Maui.IApplication * obj -> unit
Public Shared Sub MapTerminate (handler As ApplicationHandler, application As IApplication, args As Object)

Parameter

handler
ApplicationHandler

Der zugehörige Handler.

application
IApplication

Der zugeordnete IApplication instance.

args
Object

Die zugeordneten Befehlsargumente.

Gilt für: