UIFocusAnimationCoordinator.AddCoordinatedFocusingAnimationsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Fügt der koordinierten Animation die bereitgestellte animations
hinzu und führt einen Vervollständigungshandler aus, wenn die Hauptanimationen abgeschlossen sind.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task AddCoordinatedFocusingAnimationsAsync (Action<UIKit.IUIFocusAnimationContext> animations);
abstract member AddCoordinatedFocusingAnimationsAsync : Action<UIKit.IUIFocusAnimationContext> -> System.Threading.Tasks.Task
override this.AddCoordinatedFocusingAnimationsAsync : Action<UIKit.IUIFocusAnimationContext> -> System.Threading.Tasks.Task
Parameter
- animations
- Action<IUIFocusAnimationContext>
Die auszuführenden Animationen. Dieser Parameter kann sein.
Gibt zurück
Eine Aufgabe, die den asynchronen Vorgang AddCoordinatedFocusingAnimations darstellt.
- Attribute