NSFetchedResultsController.SectionFor(String, nint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定 title
和 索引的节号。
[Foundation.Export("sectionForSectionIndexTitle:atIndex:")]
public virtual nint SectionFor(string title, nint atIndex);
abstract member SectionFor : string * nint -> nint
override this.SectionFor : string * nint -> nint
参数
- title
- String
- atIndex
- System.System.IntPtr System.nativeint
返回
System.System.IntPtr
System.nativeint
- 属性