Share via


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

인덱스 경로를 검색할 인덱스 타이틀의 인덱스입니다.

반환

특성

적용 대상