NSTextAlternatives Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NSTextAlternatives() | |
NSTextAlternatives(NSObjectFlag) | |
NSTextAlternatives(IntPtr) | |
NSTextAlternatives(String, NSArray) |
NSTextAlternatives()
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