Freigeben über


UICollectionViewController.GetIndexPath Methode

Definition

Fordert den Indexpfad für das Element in der Auflistungsansicht am angegebenen Index mit dem angegebenen Titel an.

[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

Parameter

collectionView
UICollectionView

Die Auflistungsansicht, die die Anforderung ausgelöst hat.

title
String

Der Titel des Elements.

atIndex
System.System.IntPtr System.nativeint

Der Index in den Indextiteln, für die der Indexpfad abgerufen werden soll.

Gibt zurück

Attribute

Gilt für: