共用方式為


NSTextAlternatives 建構函式

定義

多載

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

NSTextAlternatives()

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

適用於

NSTextAlternatives(NSObjectFlag)

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

參數

適用於

NSTextAlternatives(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於

NSTextAlternatives(String, NSArray)

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

參數

primaryString
String
alternativeStrings
NSArray
屬性

適用於