NSBundle.LoadNibNamed(String, NSObject, NSArray) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("loadNibNamed:owner:topLevelObjects:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool LoadNibNamed (string nibName, Foundation.NSObject owner, out Foundation.NSArray topLevelObjects);
abstract member LoadNibNamed : string * Foundation.NSObject * -> bool
override this.LoadNibNamed : string * Foundation.NSObject * -> bool
Parameters
- nibName
- String
- owner
- NSObject
- topLevelObjects
- NSArray
Returns
- Attributes