Share via


WebUINavigatedDeferral Classe

Définition

Gère la navigation différée pour une application.

public ref class WebUINavigatedDeferral sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUINavigatedDeferral final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUINavigatedDeferral
Public NotInheritable Class WebUINavigatedDeferral
Héritage
Object Platform::Object IInspectable WebUINavigatedDeferral
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Remarques

Notes

Cette classe n’est pas agile, ce qui signifie que vous devez prendre en compte son modèle de thread et son comportement de marshaling. Pour plus d’informations, consultez Threading and Marshaling (C++/CX).

Méthodes

Complete()

Avertit le système que l’application a configuré son état et son interface utilisateur et qu’elle est prête à être affichée après une navigation de niveau supérieur.

S’applique à

Voir aussi