Partager via


UICollectionView.SetCollectionViewLayoutAsync Méthode

Définition

Définit la disposition utilisée par ce UICollectionView.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<bool> SetCollectionViewLayoutAsync (UIKit.UICollectionViewLayout layout, bool animated);
abstract member SetCollectionViewLayoutAsync : UIKit.UICollectionViewLayout * bool -> System.Threading.Tasks.Task<bool>
override this.SetCollectionViewLayoutAsync : UIKit.UICollectionViewLayout * bool -> System.Threading.Tasks.Task<bool>

Paramètres

layout
UICollectionViewLayout

Nouveau .

animated
Boolean

si la transition vers la nouvelle disposition doit être animée.

Retours

Tâche qui représente l’opération SetCollectionViewLayout asynchrone. La valeur du paramètre TResult est un UICompletionHandler.

Attributs

Remarques

La méthode SetCollectionViewLayoutAsync peut ê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 à