Compartilhar via


UICollectionView.GetIndexPathsForVisibleSupplementaryElements Método

Definição

Retorna os caminhos de índice de exibições suplementares visíveis do especificado elementKind.

[Foundation.Export("indexPathsForVisibleSupplementaryElementsOfKind:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSIndexPath[] GetIndexPathsForVisibleSupplementaryElements (Foundation.NSString elementKind);
abstract member GetIndexPathsForVisibleSupplementaryElements : Foundation.NSString -> Foundation.NSIndexPath[]
override this.GetIndexPathsForVisibleSupplementaryElements : Foundation.NSString -> Foundation.NSIndexPath[]

Parâmetros

elementKind
NSString

Um valor em UICollectionElementKindSectionKey.

Retornos

Atributos

Aplica-se a