UICollectionViewLayout.GetInvalidationContextForEndingInteractiveMovementOfItems 方法

定义

返回移动项的验证上下文。

[Foundation.Export("invalidationContextForEndingInteractiveMovementOfItemsToFinalIndexPaths:previousIndexPaths:movementCancelled:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UICollectionViewLayoutInvalidationContext GetInvalidationContextForEndingInteractiveMovementOfItems (Foundation.NSIndexPath[] finalIndexPaths, Foundation.NSIndexPath[] previousIndexPaths, bool movementCancelled);
abstract member GetInvalidationContextForEndingInteractiveMovementOfItems : Foundation.NSIndexPath[] * Foundation.NSIndexPath[] * bool -> UIKit.UICollectionViewLayoutInvalidationContext
override this.GetInvalidationContextForEndingInteractiveMovementOfItems : Foundation.NSIndexPath[] * Foundation.NSIndexPath[] * bool -> UIKit.UICollectionViewLayoutInvalidationContext

参数

finalIndexPaths
NSIndexPath[]
previousIndexPaths
NSIndexPath[]
movementCancelled
Boolean

返回

属性

适用于