NSOutlineView 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
NSOutlineView() | |
NSOutlineView(CGRect) | |
NSOutlineView(NSCoder) | |
NSOutlineView(NSObjectFlag) | |
NSOutlineView(IntPtr) |
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