Compartir a través de


NSOutlineView.ExpandItem Método

Definición

Sobrecargas

ExpandItem(NSObject)
ExpandItem(NSObject, Boolean)

ExpandItem(NSObject)

[Foundation.Export("expandItem:")]
public virtual void ExpandItem (Foundation.NSObject item);
abstract member ExpandItem : Foundation.NSObject -> unit
override this.ExpandItem : Foundation.NSObject -> unit

Parámetros

item
NSObject
Atributos

Se aplica a

ExpandItem(NSObject, Boolean)

[Foundation.Export("expandItem:expandChildren:")]
public virtual void ExpandItem (Foundation.NSObject item, bool expandChildren);
abstract member ExpandItem : Foundation.NSObject * bool -> unit
override this.ExpandItem : Foundation.NSObject * bool -> unit

Parámetros

item
NSObject
expandChildren
Boolean
Atributos

Se aplica a