UICollectionViewSource.GetIndexPath(UICollectionView, String, nint) Método

Definición

Solicita la ruta de acceso del índice para el elemento de la vista de colección en el índice especificado con el título especificado.

[Foundation.Export("collectionView:indexPathForIndexTitle:atIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSIndexPath GetIndexPath (UIKit.UICollectionView collectionView, string title, nint atIndex);
abstract member GetIndexPath : UIKit.UICollectionView * string * nint -> Foundation.NSIndexPath
override this.GetIndexPath : UIKit.UICollectionView * string * nint -> Foundation.NSIndexPath

Parámetros

collectionView
UICollectionView

Vista de colección que originó la solicitud.

title
String

Título del elemento.

atIndex
System.System.IntPtr System.nativeint

Índice en los títulos de índice para los que se va a recuperar la ruta de acceso del índice.

Devoluciones

Atributos

Se aplica a