Partager via


UIFocusAnimationCoordinator.AddCoordinatedUnfocusingAnimationsAsync Méthode

Définition

Ajoute le fourni animations à l’animation coordonnée et exécute un gestionnaire de saisie semi-automatique une fois les animations principales terminées.

[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 AddCoordinatedUnfocusingAnimationsAsync (Action<UIKit.IUIFocusAnimationContext> animations);
abstract member AddCoordinatedUnfocusingAnimationsAsync : Action<UIKit.IUIFocusAnimationContext> -> System.Threading.Tasks.Task
override this.AddCoordinatedUnfocusingAnimationsAsync : Action<UIKit.IUIFocusAnimationContext> -> System.Threading.Tasks.Task

Paramètres

animations
Action<IUIFocusAnimationContext>

Animations à exécuter. Ce paramètre peut être .

Retours

Tâche qui représente l’opération asynchrone AddCofocusingUnfocusingAnimations

Attributs

Remarques

La méthode AddCofocusingUnfocusingAnimationsAsync convient pour être utilisée avec C# asynchrone en retournant le contrôle à l’appelant avec une tâche représentant l’opération.

À ajouter.

S’applique à