Share via


UICollectionViewLayout.LayoutAttributesForSupplementaryView Metodo

Definizione

Overload

LayoutAttributesForSupplementaryView(UICollectionElementKindSection, NSIndexPath)

Attributi per la vista supplementare in corrispondenza dell'indexPath specificato.

LayoutAttributesForSupplementaryView(NSString, NSIndexPath)

UICollectionViewLayoutAttributes per la visualizzazione supplementare specificata.

LayoutAttributesForSupplementaryView(UICollectionElementKindSection, NSIndexPath)

Attributi per la vista supplementare in corrispondenza dell'indexPath specificato.

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

Parametri

indexPath
NSIndexPath

Restituisce

Si applica a

LayoutAttributesForSupplementaryView(NSString, NSIndexPath)

UICollectionViewLayoutAttributes per la visualizzazione supplementare specificata.

[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

Parametri

kind
NSString
indexPath
NSIndexPath

Restituisce

Attributi

Si applica a