NSOutlineView.InsertItems(NSIndexSet, NSObject, NSTableViewAnimation) 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.
[Foundation.Export("insertItemsAtIndexes:inParent:withAnimation:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void InsertItems (Foundation.NSIndexSet indexes, Foundation.NSObject parent, AppKit.NSTableViewAnimation animationOptions);
abstract member InsertItems : Foundation.NSIndexSet * Foundation.NSObject * AppKit.NSTableViewAnimation -> unit
override this.InsertItems : Foundation.NSIndexSet * Foundation.NSObject * AppKit.NSTableViewAnimation -> unit
Paramètres
- indexes
- NSIndexSet
- parent
- NSObject
- animationOptions
- NSTableViewAnimation
- Attributs