共用方式為


NSPathControlItem 建構函式

定義

多載

NSPathControlItem()
NSPathControlItem(NSCoder)
NSPathControlItem(NSObjectFlag)
NSPathControlItem(IntPtr)

NSPathControlItem()

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

適用於

NSPathControlItem(NSCoder)

public NSPathControlItem (Foundation.NSCoder coder);
new AppKit.NSPathControlItem : Foundation.NSCoder -> AppKit.NSPathControlItem

參數

coder
NSCoder

適用於

NSPathControlItem(NSObjectFlag)

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

參數

適用於

NSPathControlItem(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於