EnteredBackgroundEventArgs Klasse

Definition

Ruft das Zurückstellungsobjekt ab, wenn eine App den Hintergrundstatus erreicht hat.

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

Dieses Objekt wird an den eingegebenen Hintergrundereignishandler der App übergeben.

Tipp

Wenn eine App in den Hintergrundzustand wechselt, ist keine ihrer Benutzeroberfläche sichtbar.

Methoden

GetDeferral()

Ruft das Zurückstellungsobjekt ab, das den Übergang von der Ausführung im Hintergrundzustand zum angehaltenen Zustand verzögert, bis die App Deferral.Complete aufruft oder die Frist für die Navigation verstrichen ist.

Gilt für:

Weitere Informationen