NSIncrementalStore.ObtainPermanentIds(NSObject[], NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array of permanent identfiers for the provides newly-inserted objects and reports any errors in error
.
[Foundation.Export("obtainPermanentIDsForObjects:error:")]
public virtual Foundation.NSObject[] ObtainPermanentIds (Foundation.NSObject[] array, out Foundation.NSError error);
abstract member ObtainPermanentIds : Foundation.NSObject[] * -> Foundation.NSObject[]
override this.ObtainPermanentIds : Foundation.NSObject[] * -> Foundation.NSObject[]
Parameters
- array
- NSObject[]
- error
- NSError
Returns
NSObject[]
- Attributes