Share via


UIFocusAnimationCoordinator.AddCoordinatedFocusingAnimationsAsync メソッド

定義

指定された を animations 調整されたアニメーションに追加し、メイン アニメーションの完了時に完了ハンドラーを実行します。

[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

パラメーター

animations
Action<IUIFocusAnimationContext>

実行するアニメーション。このパラメーターには を指定できます。

戻り値

非同期の AddCoordinatedFocusingAnimations 操作を表すタスク

属性

適用対象