NSTextCheckingOptions 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
NSTextCheckingOptions() | |
NSTextCheckingOptions(NSDictionary) |
NSTextCheckingOptions()
[Foundation.Preserve(Conditional=true)]
public NSTextCheckingOptions ();
- Attributes
Applies to
NSTextCheckingOptions(NSDictionary)
[Foundation.Preserve(Conditional=true)]
public NSTextCheckingOptions (Foundation.NSDictionary dictionary);
new AppKit.NSTextCheckingOptions : Foundation.NSDictionary -> AppKit.NSTextCheckingOptions
Parameters
- dictionary
- NSDictionary
- Attributes