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
- 屬性