다음을 통해 공유


NSIndexPath.FromItemSection(nint, nint) 메서드

정의

지정된 항목 및 섹션 값에서 NSIndexPath를 만듭니다.

[Foundation.Export("indexPathForItem:inSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSIndexPath FromItemSection (nint item, nint section);
static member FromItemSection : nint * nint -> Foundation.NSIndexPath

매개 변수

item
System.System.IntPtr System.nativeint

항목 값입니다.

section
System.System.IntPtr System.nativeint

섹션 값입니다.

반환

NSIndexPath의 새 인스턴스입니다.

특성

적용 대상