Share via


UICollectionViewLayoutInvalidationContext.InvalidateSupplementaryElements Método

Definición

Agrega vistas adicionales en las rutas de acceso de índice especificadas a una lista de elementos no válida.

[Foundation.Export("invalidateSupplementaryElementsOfKind:atIndexPaths:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void InvalidateSupplementaryElements (Foundation.NSString elementKind, Foundation.NSIndexPath[] indexPaths);
abstract member InvalidateSupplementaryElements : Foundation.NSString * Foundation.NSIndexPath[] -> unit
override this.InvalidateSupplementaryElements : Foundation.NSString * Foundation.NSIndexPath[] -> unit

Parámetros

elementKind
NSString

Cadena que indica el tipo de las vistas complementarias.

indexPaths
NSIndexPath[]

Matriz de objetos de ruta de acceso de índice.

Atributos

Comentarios

Llame a esto para identificar vistas complementarias específicas en el diseño que requieren actualizaciones.

Se aplica a