다음을 통해 공유


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

반환

특성

적용 대상