NSTreeNode Constructors
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
NSTreeNode() | |
NSTreeNode(NSObject) | |
NSTreeNode(NSObjectFlag) | |
NSTreeNode(IntPtr) |
NSTreeNode()
NSTreeNode(NSObject)
[Foundation.Export("initWithRepresentedObject:")]
public NSTreeNode (Foundation.NSObject modelObject);
new AppKit.NSTreeNode : Foundation.NSObject -> AppKit.NSTreeNode
Parameters
- modelObject
- NSObject
- Attributes
Applies to
NSTreeNode(NSObjectFlag)
protected NSTreeNode (Foundation.NSObjectFlag t);
new AppKit.NSTreeNode : Foundation.NSObjectFlag -> AppKit.NSTreeNode
Parameters
Applies to
NSTreeNode(IntPtr)
protected internal NSTreeNode (IntPtr handle);
new AppKit.NSTreeNode : nativeint -> AppKit.NSTreeNode
Parameters
- handle
-
IntPtr
nativeint