Partager via


NSOutlineView.ExpandItem Méthode

Définition

Surcharges

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

Paramètres

item
NSObject
Attributs

S’applique à

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

Paramètres

item
NSObject
expandChildren
Boolean
Attributs

S’applique à