UITableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.GetSectionIdentifier 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.
[Foundation.Export("sectionIdentifierForIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual SectionIdentifierType? GetSectionIdentifier(IntPtr index);
[<Foundation.Export("sectionIdentifierForIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSectionIdentifier : nativeint -> 'SectionIdentifierType
override this.GetSectionIdentifier : nativeint -> 'SectionIdentifierType
Parameters
- index
-
IntPtr
nativeint
Returns
SectionIdentifierType
- Attributes