次の方法で共有


NSColorList コンストラクター

定義

オーバーロード

NSColorList()
NSColorList(NSCoder)
NSColorList(NSObjectFlag)
NSColorList(IntPtr)
NSColorList(String)
NSColorList(String, String)

NSColorList()

[Foundation.Export("init")]
public NSColorList ();
属性

適用対象

NSColorList(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

NSColorList(NSObjectFlag)

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

パラメーター

適用対象

NSColorList(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象

NSColorList(String)

[Foundation.Export("initWithName:")]
public NSColorList (string name);
new AppKit.NSColorList : string -> AppKit.NSColorList

パラメーター

name
String
属性

適用対象

NSColorList(String, String)

[Foundation.Export("initWithName:fromFile:")]
public NSColorList (string name, string path);
new AppKit.NSColorList : string * string -> AppKit.NSColorList

パラメーター

name
String
path
String
属性

適用対象