Share via


NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType>.GetSectionIdentifierForSection Method

Definition

[Foundation.Export("sectionIdentifierForSectionContainingItemIdentifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual SectionIdentifierType? GetSectionIdentifierForSection(ItemIdentifierType itemIdentifier);
[<Foundation.Export("sectionIdentifierForSectionContainingItemIdentifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSectionIdentifierForSection : 'ItemIdentifierType -> 'SectionIdentifierType
override this.GetSectionIdentifierForSection : 'ItemIdentifierType -> 'SectionIdentifierType

Parameters

itemIdentifier
ItemIdentifierType

Returns

SectionIdentifierType
Attributes

Applies to