Share via


UICollectionViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.SectionSnapshotHandlers Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UICollectionViewDiffableDataSourceSectionSnapshotHandlers<ItemIdentifierType> SectionSnapshotHandlers { [Foundation.Export("sectionSnapshotHandlers", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSectionSnapshotHandlers:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("sectionSnapshotHandlers", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setSectionSnapshotHandlers:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.SectionSnapshotHandlers : UIKit.UICollectionViewDiffableDataSourceSectionSnapshotHandlers<'ItemIdentifierType (requires 'ItemIdentifierType :> Foundation.NSObject)> with get, set

Property Value

Attributes

Applies to