NSOutlineView.InsertItems(NSIndexSet, NSObject, NSTableViewAnimation) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[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
Parámetros
- indexes
- NSIndexSet
- parent
- NSObject
- animationOptions
- NSTableViewAnimation
- Atributos