EnteredBackgroundEventArgs Klasse

Definition

Stellt Daten bereit, wenn eine App im Hintergrund ausgeführt wird.

public ref class EnteredBackgroundEventArgs sealed : IEnteredBackgroundEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class EnteredBackgroundEventArgs final : IEnteredBackgroundEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class EnteredBackgroundEventArgs : IEnteredBackgroundEventArgs
Public NotInheritable Class EnteredBackgroundEventArgs
Implements IEnteredBackgroundEventArgs
Vererbung
Object Platform::Object IInspectable EnteredBackgroundEventArgs
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Hinweise

Auf dieses Objekt wird zugegriffen, wenn Sie WebUIApplication.EnteredBackgroundEventHandler implementieren, um auf WebUIApplication.enteredbackground-Ereignisse zu reagieren.

Methoden

GetDeferral()

Fordert eine Verzögerung an, bevor die App im Hintergrund ausgeführt wird.

Gilt für:

Weitere Informationen