共用方式為


UICollectionViewLayoutInvalidationContext.InvalidateItems 方法

定義

將指定索引路徑中的儲存格加入至不正確專案清單。

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

參數

indexPaths
NSIndexPath[]

索引路徑物件的陣列。

屬性

備註

呼叫這個 ,以識別需要更新之版面配置的特定資料格。

適用於