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

返回

属性

适用于