Freigeben über


UIFocusAnimationCoordinator.AddCoordinatedFocusingAnimationsAsync Methode

Definition

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

Gilt für: