Share via


NSManagedObjectContext.InsertedObjects Property

Definition

Gets the inserted, but unsaved, objects in the context.

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

Property Value

Attributes

Applies to