Freigeben über


SuspendingEventArgs Klasse

Definition

Stellt Daten für ein Ereignis zum Anhalten der App bereit.

public ref class SuspendingEventArgs sealed : ISuspendingEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class SuspendingEventArgs final : ISuspendingEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
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 WebUIApplication.SuspendingEventHandler implementieren, um auf WebUIApplication.suspending-Ereignisse zu reagieren.

Hinweis

Diese Klasse ist nicht agil, was bedeutet, dass Sie das Threadingmodell und das Marshallingverhalten berücksichtigen müssen. Weitere Informationen finden Sie unter Threading und Marshalling (C++/CX)

.

Eigenschaften

SuspendingOperation

Ruft den Vorgang zum Anhalten der App ab.

Gilt für:

Weitere Informationen