共用方式為


UICollectionViewLayout.FinalLayoutAttributesForDisappearingDecorationElement 方法

定義

即將從這個 UICollectionViewLayout 移除之裝飾專案的最終版面配置資訊。

[Foundation.Export("finalLayoutAttributesForDisappearingDecorationElementOfKind:atIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes FinalLayoutAttributesForDisappearingDecorationElement (Foundation.NSString elementKind, Foundation.NSIndexPath decorationIndexPath);
abstract member FinalLayoutAttributesForDisappearingDecorationElement : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.FinalLayoutAttributesForDisappearingDecorationElement : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

參數

elementKind
NSString
decorationIndexPath
NSIndexPath

傳回

屬性

適用於