Partager via


NSTokenField Constructeurs

Définition

Surcharges

NSTokenField()
NSTokenField(CGRect)
NSTokenField(NSCoder)
NSTokenField(NSObjectFlag)
NSTokenField(IntPtr)

NSTokenField()

[Foundation.Export("init")]
public NSTokenField ();
Attributs

S’applique à

NSTokenField(CGRect)

[Foundation.Export("initWithFrame:")]
public NSTokenField (CoreGraphics.CGRect frameRect);
new AppKit.NSTokenField : CoreGraphics.CGRect -> AppKit.NSTokenField

Paramètres

frameRect
CGRect
Attributs

S’applique à

NSTokenField(NSCoder)

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

Paramètres

coder
NSCoder
Attributs

S’applique à

NSTokenField(NSObjectFlag)

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

Paramètres

S’applique à

NSTokenField(IntPtr)

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

Paramètres

handle
IntPtr

nativeint

S’applique à