Share via


NSTableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.GetRowForSectionIdentifier Method

Definition

[Foundation.Export("rowForSectionIdentifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetRowForSectionIdentifier(SectionIdentifierType sectionIdentifier);
[<Foundation.Export("rowForSectionIdentifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRowForSectionIdentifier : 'SectionIdentifierType -> nativeint
override this.GetRowForSectionIdentifier : 'SectionIdentifierType -> nativeint

Parameters

sectionIdentifier
SectionIdentifierType

Returns

IntPtr

nativeint

Attributes

Applies to