Freigeben über


UICollectionViewLayout.LayoutAttributesForSupplementaryView Methode

Definition

Überlädt

LayoutAttributesForSupplementaryView(UICollectionElementKindSection, NSIndexPath)

Die Attribute für die ergänzende Ansicht am angegebenen indexPath.

LayoutAttributesForSupplementaryView(NSString, NSIndexPath)

Die UICollectionViewLayoutAttributes für die angegebene ergänzende Ansicht.

LayoutAttributesForSupplementaryView(UICollectionElementKindSection, NSIndexPath)

Die Attribute für die ergänzende Ansicht am angegebenen indexPath.

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

Parameter

indexPath
NSIndexPath

Gibt zurück

Gilt für:

LayoutAttributesForSupplementaryView(NSString, NSIndexPath)

Die UICollectionViewLayoutAttributes für die angegebene ergänzende Ansicht.

[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

Parameter

kind
NSString
indexPath
NSIndexPath

Gibt zurück

Attribute

Gilt für: