NSComboBox.Add 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
Add(NSObject) | |
Add(NSObject[]) |
Add(NSObject)
[Foundation.Export("addItemWithObjectValue:")]
public virtual void Add (Foundation.NSObject object1);
abstract member Add : Foundation.NSObject -> unit
override this.Add : Foundation.NSObject -> unit
Parameters
- object1
- NSObject
- Attributes
Applies to
Add(NSObject[])
[Foundation.Export("addItemsWithObjectValues:")]
public virtual void Add (Foundation.NSObject[] items);
abstract member Add : Foundation.NSObject[] -> unit
override this.Add : Foundation.NSObject[] -> unit
Parameters
- items
- NSObject[]
- Attributes