次の方法で共有


NSAppearance コンストラクター

定義

オーバーロード

NSAppearance()
NSAppearance(NSCoder)
NSAppearance(NSObjectFlag)
NSAppearance(IntPtr)
NSAppearance(String, NSBundle)

NSAppearance()

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

適用対象

NSAppearance(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

NSAppearance(NSObjectFlag)

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

パラメーター

適用対象

NSAppearance(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象

NSAppearance(String, NSBundle)

[Foundation.Export("initWithAppearanceNamed:bundle:")]
[ObjCRuntime.DesignatedInitializer]
public NSAppearance (string name, Foundation.NSBundle bundle);
new AppKit.NSAppearance : string * Foundation.NSBundle -> AppKit.NSAppearance

パラメーター

name
String
bundle
NSBundle
属性

適用対象