UICollectionViewLayout.LayoutAttributesForSupplementaryView メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- section
- UICollectionElementKindSection
- 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
戻り値
- 属性