Freigeben über


UICollectionViewLayoutInvalidationContext.InvalidateDecorationElements Methode

Definition

Fügt einer Liste ungültiger Elemente Dekorationsansichten an angegebenen Indexpfaden hinzu.

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

Parameter

elementKind
NSString

Zeichenfolge zum Einrücken des Dekorationsansichtstyps.

indexPaths
NSIndexPath[]

Array von Indexpfadobjekten.

Attribute

Hinweise

Rufen Sie dies zum Einrücken bestimmter Dekorationsansichten auf, in denen sich die Layoutattribute geändert haben.

Gilt für: