Share via


UILocalizedIndexedCollation.GetSectionForSectionIndexTitle(IntPtr) Method

Definition

The section index identified by the title for the given indexTitleIndex.

[Foundation.Export("sectionForSectionIndexTitleAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetSectionForSectionIndexTitle(IntPtr indexTitleIndex);
[<Foundation.Export("sectionForSectionIndexTitleAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSectionForSectionIndexTitle : nativeint -> nativeint
override this.GetSectionForSectionIndexTitle : nativeint -> nativeint

Parameters

indexTitleIndex
IntPtr

nativeint

Returns

IntPtr

nativeint

Attributes

Applies to