Поделиться через


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

Применяется к