共用方式為


NSTreeNode 建構函式

定義

多載

NSTreeNode()
NSTreeNode(NSObject)
NSTreeNode(NSObjectFlag)
NSTreeNode(IntPtr)

NSTreeNode()

[Foundation.Export("init")]
public NSTreeNode ();
屬性

適用於

NSTreeNode(NSObject)

[Foundation.Export("initWithRepresentedObject:")]
public NSTreeNode (Foundation.NSObject modelObject);
new AppKit.NSTreeNode : Foundation.NSObject -> AppKit.NSTreeNode

參數

modelObject
NSObject
屬性

適用於

NSTreeNode(NSObjectFlag)

protected NSTreeNode (Foundation.NSObjectFlag t);
new AppKit.NSTreeNode : Foundation.NSObjectFlag -> AppKit.NSTreeNode

參數

適用於

NSTreeNode(IntPtr)

protected internal NSTreeNode (IntPtr handle);
new AppKit.NSTreeNode : nativeint -> AppKit.NSTreeNode

參數

handle
IntPtr

nativeint

適用於