NSArrayController.Insert Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Insert(NSObject) | |
Insert(NSObject, nint) | |
Insert(NSObject[], NSIndexSet) |
Insert(NSObject)
[Foundation.Export("insert:")]
public virtual void Insert (Foundation.NSObject sender);
abstract member Insert : Foundation.NSObject -> unit
override this.Insert : Foundation.NSObject -> unit
Paramètres
- sender
- NSObject
- Attributs
S’applique à
Insert(NSObject, nint)
[Foundation.Export("insertObject:atArrangedObjectIndex:")]
public virtual void Insert (Foundation.NSObject aObject, nint index);
abstract member Insert : Foundation.NSObject * nint -> unit
override this.Insert : Foundation.NSObject * nint -> unit
Paramètres
- aObject
- NSObject
- index
- System.System.IntPtr System.nativeint
- Attributs
S’applique à
Insert(NSObject[], NSIndexSet)
[Foundation.Export("insertObjects:atArrangedObjectIndexes:")]
public virtual void Insert (Foundation.NSObject[] objects, Foundation.NSIndexSet indexes);
abstract member Insert : Foundation.NSObject[] * Foundation.NSIndexSet -> unit
override this.Insert : Foundation.NSObject[] * Foundation.NSIndexSet -> unit
Paramètres
- objects
- NSObject[]
- indexes
- NSIndexSet
- Attributs