共用方式為


NSOutlineView 建構函式

定義

多載

NSOutlineView()
NSOutlineView(CGRect)
NSOutlineView(NSCoder)
NSOutlineView(NSObjectFlag)
NSOutlineView(IntPtr)

NSOutlineView()

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

適用於

NSOutlineView(CGRect)

[Foundation.Export("initWithFrame:")]
public NSOutlineView (CoreGraphics.CGRect frameRect);
new AppKit.NSOutlineView : CoreGraphics.CGRect -> AppKit.NSOutlineView

參數

frameRect
CGRect
屬性

適用於

NSOutlineView(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSOutlineView (Foundation.NSCoder coder);
new AppKit.NSOutlineView : Foundation.NSCoder -> AppKit.NSOutlineView

參數

coder
NSCoder
屬性

適用於

NSOutlineView(NSObjectFlag)

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

參數

適用於

NSOutlineView(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於