Compartilhar via


UICollectionViewLayout.LayoutAttributesForSupplementaryView Método

Definição

Sobrecargas

LayoutAttributesForSupplementaryView(UICollectionElementKindSection, NSIndexPath)

Os atributos para a exibição suplementar no indexPath especificado.

LayoutAttributesForSupplementaryView(NSString, NSIndexPath)

UICollectionViewLayoutAttributes para a exibição suplementar especificada.

LayoutAttributesForSupplementaryView(UICollectionElementKindSection, NSIndexPath)

Os atributos para a exibição suplementar no indexPath especificado.

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

Parâmetros

indexPath
NSIndexPath

Retornos

Aplica-se a

LayoutAttributesForSupplementaryView(NSString, NSIndexPath)

UICollectionViewLayoutAttributes para a exibição suplementar especificada.

[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

Parâmetros

kind
NSString
indexPath
NSIndexPath

Retornos

Atributos

Aplica-se a