Share via


NSManagedObjectContext.DeletedObjects Property

Definition

Gets a set that contains the objects that will be deleted by the next save operation.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSSet DeletedObjects { [Foundation.Export("deletedObjects", ObjCRuntime.ArgumentSemantic.Strong)] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("deletedObjects", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.DeletedObjects : Foundation.NSSet

Property Value

Attributes

Applies to