Share via


NSPersistentCloudKitContainer.FetchSharesInPersistentStore Method

Definition

[Foundation.Export("fetchSharesInPersistentStore:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CloudKit.CKShare[]? FetchSharesInPersistentStore(CoreData.NSPersistentStore? persistentStore, out Foundation.NSError? error);
[<Foundation.Export("fetchSharesInPersistentStore:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FetchSharesInPersistentStore : CoreData.NSPersistentStore * NSError -> CloudKit.CKShare[]
override this.FetchSharesInPersistentStore : CoreData.NSPersistentStore * NSError -> CloudKit.CKShare[]

Parameters

persistentStore
NSPersistentStore
error
NSError

Returns

Attributes

Applies to