NSBundle.LoadNib 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.
Overloads
LoadNib(String, NSObject) | |
LoadNib(String, NSObject, NSDictionary) |
Loads the specified nib and returns the top-level objects. |
LoadNib(String, NSObject)
LoadNib(String, NSObject, NSDictionary)
Loads the specified nib and returns the top-level objects.
[Foundation.Export("loadNibNamed:owner:options:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSArray LoadNib (string nibName, Foundation.NSObject owner, Foundation.NSDictionary options);
abstract member LoadNib : string * Foundation.NSObject * Foundation.NSDictionary -> Foundation.NSArray
override this.LoadNib : string * Foundation.NSObject * Foundation.NSDictionary -> Foundation.NSArray
Parameters
- nibName
- String
Returns
- Attributes