Compartir a través de


NSTreeNode Constructores

Definición

Sobrecargas

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

NSTreeNode()

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

Se aplica a

NSTreeNode(NSObject)

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

Parámetros

modelObject
NSObject
Atributos

Se aplica a

NSTreeNode(NSObjectFlag)

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

Parámetros

Se aplica a

NSTreeNode(IntPtr)

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

Parámetros

handle
IntPtr

nativeint

Se aplica a