Share via


UICollectionViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.Snapshot Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> Snapshot { [Foundation.Export("snapshot")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("snapshot")>]
member this.Snapshot : UIKit.NSDiffableDataSourceSnapshot<'SectionIdentifierType, 'ItemIdentifierType (requires 'SectionIdentifierType :> Foundation.NSObject and 'ItemIdentifierType :> Foundation.NSObject)>

Property Value

Attributes

Applies to