Freigeben über


ApplicationHandler.MapActivateWindow Methode

Definition

Ordnet den abstrakten ActivateWindow(IWindow) Befehl den plattformspezifischen Implementierungen zu.

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

Parameter

handler
ApplicationHandler

Der zugeordnete Handler.

application
IApplication

Die zugeordnete IApplication Instanz.

args
Object

Die zugehörigen Befehlsargumente.

Gilt für: