次の方法で共有


UICollectionViewLayout.LayoutAttributesForSupplementaryView メソッド

定義

オーバーロード

LayoutAttributesForSupplementaryView(UICollectionElementKindSection, NSIndexPath)

指定した indexPath の補助ビューの属性。

LayoutAttributesForSupplementaryView(NSString, NSIndexPath)

指定した補助ビューの UICollectionViewLayoutAttributes。

LayoutAttributesForSupplementaryView(UICollectionElementKindSection, NSIndexPath)

指定した indexPath の補助ビューの属性。

public UIKit.UICollectionViewLayoutAttributes LayoutAttributesForSupplementaryView (UIKit.UICollectionElementKindSection section, Foundation.NSIndexPath indexPath);
member this.LayoutAttributesForSupplementaryView : UIKit.UICollectionElementKindSection * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

パラメーター

indexPath
NSIndexPath

戻り値

適用対象

LayoutAttributesForSupplementaryView(NSString, NSIndexPath)

指定した補助ビューの UICollectionViewLayoutAttributes。

[Foundation.Export("layoutAttributesForSupplementaryViewOfKind:atIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes LayoutAttributesForSupplementaryView (Foundation.NSString kind, Foundation.NSIndexPath indexPath);
abstract member LayoutAttributesForSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.LayoutAttributesForSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

パラメーター

kind
NSString
indexPath
NSIndexPath

戻り値

属性

適用対象