다음을 통해 공유


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

적용 대상