Share via


NSFetchedResultsController.GetSectionIndexTitle(String) Method

Definition

Returns the section index titles for the specified section name.

[Foundation.Export("sectionIndexTitleForSectionName:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? GetSectionIndexTitle(string sectionName);
[<Foundation.Export("sectionIndexTitleForSectionName:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSectionIndexTitle : string -> string
override this.GetSectionIndexTitle : string -> string

Parameters

sectionName
String

Returns

Attributes

Applies to