Edytuj

Udostępnij za pośrednictwem


NSTextAlternatives Constructors

Definition

Overloads

NSTextAlternatives()
NSTextAlternatives(NSObjectFlag)
NSTextAlternatives(IntPtr)
NSTextAlternatives(String, NSArray)

NSTextAlternatives()

[Foundation.Export("init")]
public NSTextAlternatives();
Attributes

Applies to

NSTextAlternatives(NSObjectFlag)

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

Parameters

Applies to

NSTextAlternatives(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

NSTextAlternatives(String, NSArray)

[Foundation.Export("initWithPrimaryString:alternativeStrings:")]
public NSTextAlternatives(string primaryString, Foundation.NSArray alternativeStrings);
new AppKit.NSTextAlternatives : string * Foundation.NSArray -> AppKit.NSTextAlternatives

Parameters

primaryString
String
alternativeStrings
NSArray
Attributes

Applies to