NSOutlineView.ExpandItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ExpandItem(NSObject) | |
| ExpandItem(NSObject, Boolean) |
ExpandItem(NSObject)
[Foundation.Export("expandItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ExpandItem(Foundation.NSObject? item);
[<Foundation.Export("expandItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ExpandItem : Foundation.NSObject -> unit
override this.ExpandItem : Foundation.NSObject -> unit
Parameters
- item
- NSObject
- Attributes
Applies to
ExpandItem(NSObject, Boolean)
[Foundation.Export("expandItem:expandChildren:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ExpandItem(Foundation.NSObject? item, bool expandChildren);
[<Foundation.Export("expandItem:expandChildren:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ExpandItem : Foundation.NSObject * bool -> unit
override this.ExpandItem : Foundation.NSObject * bool -> unit
Parameters
- item
- NSObject
- expandChildren
- Boolean
- Attributes