Share via


NSTreeNode.FromRepresentedObject(NSObject) Method

Definition

[Foundation.Export("treeNodeWithRepresentedObject:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSTreeNode FromRepresentedObject(Foundation.NSObject modelObject);
[<Foundation.Export("treeNodeWithRepresentedObject:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromRepresentedObject : Foundation.NSObject -> AppKit.NSTreeNode

Parameters

modelObject
NSObject

Returns

Attributes

Applies to