次の方法で共有


NSOutlineView.ExpandItem メソッド

定義

オーバーロード

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

パラメーター

item
NSObject
属性

適用対象

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

パラメーター

item
NSObject
expandChildren
Boolean
属性

適用対象