UITableView.GetPresentationSectionIndex(IntPtr) Method

Definition

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

Parameters

dataSourceSectionIndex
IntPtr

nativeint

Returns

IntPtr

nativeint

Implements

Attributes

Applies to