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
傳回
- 屬性