UICollectionViewSource.GetIndexPath(UICollectionView, String, nint) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 제목을 사용하여 지정된 인덱스의 컬렉션 뷰에 있는 항목에 대한 인덱스 경로를 요청합니다.
[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
인덱스 경로를 검색할 인덱스 타이틀의 인덱스입니다.
반환
- 특성