SuspendingEventArgs Klasse

Definition

Stellt Daten für ein App-Angehaltenes Ereignis bereit.

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

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Auf dieses Objekt wird zugegriffen, wenn Sie einen Handler implementieren, um auf Angehaltene Ereignisse zu reagieren.

Eigenschaften

SuspendingOperation

Ruft den Angehaltenen Vorgang der App ab.

Gilt für:

Weitere Informationen