Compartilhar via


LeavingBackgroundEventArgs Classe

Definição

Fornece dados quando um aplicativo está prestes a parar de ser executado em segundo plano.

public ref class LeavingBackgroundEventArgs sealed : ILeavingBackgroundEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LeavingBackgroundEventArgs final : ILeavingBackgroundEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LeavingBackgroundEventArgs : ILeavingBackgroundEventArgs
Public NotInheritable Class LeavingBackgroundEventArgs
Implements ILeavingBackgroundEventArgs
Herança
Object Platform::Object IInspectable LeavingBackgroundEventArgs
Atributos
Implementações

Requisitos do Windows

Família de dispositivos
Windows 10 Anniversary Edition (introduzida na 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v3.0)

Comentários

Esse objeto é acessado quando você implementa WebUIApplication.LeavingBackgroundEventHandler para responder a eventos WebUIApplication.leavingbackground .

Métodos

GetDeferral()

Solicita um atraso antes que o aplicativo pare de ser executado em segundo plano.

Aplica-se a

Confira também