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