NSOutlineView.ExpandItem メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
- 属性