Condividi tramite


Application.OnBackgroundActivated(BackgroundActivatedEventArgs) Metodo

Definizione

Richiamato quando l'applicazione viene attivata in background.

protected:
 virtual void OnBackgroundActivated(BackgroundActivatedEventArgs ^ args) = OnBackgroundActivated;
void OnBackgroundActivated(BackgroundActivatedEventArgs const& args);
protected virtual void OnBackgroundActivated(BackgroundActivatedEventArgs args);
function onBackgroundActivated(args)
Protected Overridable Sub OnBackgroundActivated (args As BackgroundActivatedEventArgs)

Parametri

args
BackgroundActivatedEventArgs

Dati sull'attivazione in background.

Requisiti Windows

Famiglia di dispositivi
Windows 10 Anniversary Edition (è stato introdotto in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v3.0)

Si applica a