UICollectionViewLayoutInvalidationContext.InvalidateItems 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定索引路徑中的儲存格加入至不正確專案清單。
[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[]
索引路徑物件的陣列。
- 屬性
備註
呼叫這個 ,以識別需要更新之版面配置的特定資料格。