다음을 통해 공유


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

반환

특성

적용 대상