UIFocusAnimationCoordinator.AddCoordinatedUnfocusingAnimationsAsync Método

Definición

Agrega el proporcionado animations a la animación coordinada y ejecuta un controlador de finalización cuando se completan las animaciones principales.

[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

Parámetros

animations
Action<IUIFocusAnimationContext>

Animaciones que se van a ejecutar. Este parámetro puede ser .

Devoluciones

Tarea que representa la operación Asincrónica AddCoordinatedUnfocusingAnimations

Atributos

Comentarios

El método AddCoordinatedUnfocusingAnimationsAsync es adecuado para usarse con Async de C# devolviendo el control al autor de la llamada con una tarea que representa la operación.

Se agregará.

Se aplica a