共用方式為


NSManagedObjectModel.MergedModelFromBundles 方法

定義

多載

MergedModelFromBundles(NSBundle[])
MergedModelFromBundles(NSBundle[], NSDictionary)

MergedModelFromBundles(NSBundle[])

[Foundation.Export("mergedModelFromBundles:")]
public static CoreData.NSManagedObjectModel MergedModelFromBundles (Foundation.NSBundle[] bundles);
static member MergedModelFromBundles : Foundation.NSBundle[] -> CoreData.NSManagedObjectModel

參數

bundles
NSBundle[]

即將加入。

這個參數可以是 null

傳回

屬性

適用於

MergedModelFromBundles(NSBundle[], NSDictionary)

[Foundation.Export("mergedModelFromBundles:forStoreMetadata:")]
public static CoreData.NSManagedObjectModel MergedModelFromBundles (Foundation.NSBundle[] bundles, Foundation.NSDictionary metadata);
static member MergedModelFromBundles : Foundation.NSBundle[] * Foundation.NSDictionary -> CoreData.NSManagedObjectModel

參數

bundles
NSBundle[]

即將加入。

這個參數可以是 null

metadata
NSDictionary

傳回

屬性

適用於