次の方法で共有


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

パラメーター

collectionView
UICollectionView

要求を開始したコレクション ビュー。

title
String

項目のタイトル。

atIndex
System.System.IntPtr System.nativeint

インデックス パスを取得するインデックス タイトルのインデックス。

戻り値

属性

適用対象