UICollectionViewLayout.LayoutAttributesForSupplementaryView Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
- section
- UICollectionElementKindSection
- 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