共用方式為


UICollectionViewDataSource.GetIndexPath 方法

定義

在具有指定標題的指定索引處,要求集合檢視中專案的索引路徑。

[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)]
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

參數

collectionView
UICollectionView

產生要求的集合檢視。

title
String

項目的標題。

atIndex
System.System.IntPtr System.nativeint

要擷取索引路徑之索引標題中的索引。

傳回

屬性

適用於