Freigeben über


ApplicationViewSwitcher.PrepareForCustomAnimatedSwitchAsync Methode

Definition

Bereitet Ihre App auf den visuellen Übergang zwischen zwei Fenstern mit einer benutzerdefinierten Animation vor.

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)

Parameter

toViewId
Int32

int

Die ID des Fensters, aus dem Ihre App wechselt.

fromViewId
Int32

int

Die ID des Fensters, in das Ihre App wechselt.

options
ApplicationViewSwitchingOptions

Enumerationswert, der das Umschaltverhalten der THW-Ansicht angibt.

Gibt zurück

Gibt asynchron true zurück, wenn der Aufruf erfolgreich ist. False , wenn dies nicht der Fall ist.

Attribute

Hinweise

Die Ansichts-ID kann für die aktuelle App-Ansicht mit ApplicationView.Id abgerufen werden. Rufen Sie für eine bestimmte App-Ansicht, die von der App verwaltet wird, ApplicationView.GetApplicationViewIdForWindow mit coreWindow für die App-Ansicht auf.

Gilt für: