次の方法で共有


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

適用対象