NSManagedObjectModel.MergedModelFromBundles 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
返回
- 属性
适用于
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
参数
- metadata
- NSDictionary
返回
- 属性