ApplicationViewSwitcher.PrepareForCustomAnimatedSwitchAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Prépare votre application à passer visuellement d’une fenêtre à l’autre avec une animation personnalisée.
public:
static IAsyncOperation<bool> ^ PrepareForCustomAnimatedSwitchAsync(int toViewId, int fromViewId, ApplicationViewSwitchingOptions options);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<bool> PrepareForCustomAnimatedSwitchAsync(int const& toViewId, int const& fromViewId, ApplicationViewSwitchingOptions const& options);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> PrepareForCustomAnimatedSwitchAsync(int toViewId, int fromViewId, ApplicationViewSwitchingOptions options);
function prepareForCustomAnimatedSwitchAsync(toViewId, fromViewId, options)
Public Shared Function PrepareForCustomAnimatedSwitchAsync (toViewId As Integer, fromViewId As Integer, options As ApplicationViewSwitchingOptions) As IAsyncOperation(Of Boolean)
Paramètres
- toViewId
-
Int32
int
ID de la fenêtre à partir de laquelle votre application effectue la transition.
- fromViewId
-
Int32
int
ID de la fenêtre vers laquelle votre application effectue la transition.
- options
- ApplicationViewSwitchingOptions
Valeur d’énumération qui spécifie les comportements de basculement de vue thw.
Retours
Retourne la valeur true de façon asynchrone si l’appel réussit ; false si ce n’est pas le cas.
- Attributs
Remarques
L’ID de vue peut être obtenu pour la vue d’application actuelle avec ApplicationView.Id. Pour une vue d’application spécifique gérée par l’application, appelez ApplicationView.GetApplicationViewIdForWindow avec coreWindow pour la vue d’application.