Share via


NSDiffableDataSourceSectionSnapshot<ItemIdentifierType>.GetParent Method

Definition

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

Parameters

ofChildItem
ItemIdentifierType

Returns

ItemIdentifierType
Attributes

Applies to