UICollectionView.SetCollectionViewLayoutAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Establece el diseño usado por este UICollectionViewobjeto .
[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>
Parámetros
- layout
- UICollectionViewLayout
Nueva clase .
- animated
- Boolean
si se debe animar la transición al nuevo diseño.
Devoluciones
Tarea que representa la operación Asincrónica SetCollectionViewLayout. El valor del parámetro TResult es .UICompletionHandler
- Atributos
Comentarios
El método SetCollectionViewLayoutAsync 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á.