NSFetchedResultsController.SectionFor(String, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the section number for the specified title and index.
[Foundation.Export("sectionForSectionIndexTitle:atIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr SectionFor(string title, IntPtr atIndex);
[<Foundation.Export("sectionForSectionIndexTitle:atIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SectionFor : string * nativeint -> nativeint
override this.SectionFor : string * nativeint -> nativeint
Parameters
- title
- String
- atIndex
-
IntPtr
nativeint
Returns
IntPtr
nativeint
- Attributes