共用方式為


NSNib.InstantiateNibWithOwner(NSObject, NSArray) 方法

定義

[Foundation.Export("instantiateWithOwner:topLevelObjects:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool InstantiateNibWithOwner (Foundation.NSObject owner, out Foundation.NSArray topLevelObjects);
abstract member InstantiateNibWithOwner : Foundation.NSObject *  -> bool
override this.InstantiateNibWithOwner : Foundation.NSObject *  -> bool

參數

owner
NSObject
topLevelObjects
NSArray

傳回

屬性

適用於