NSTextCheckingResult.TransitInformationCheckingResult Method
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
TransitInformationCheckingResult(NSRange, NSDictionary) | |
TransitInformationCheckingResult(NSRange, NSTextCheckingTransitComponents) |
TransitInformationCheckingResult(NSRange, NSDictionary)
[Foundation.Export("transitInformationCheckingResultWithRange:components:")]
public static Foundation.NSTextCheckingResult TransitInformationCheckingResult (Foundation.NSRange range, Foundation.NSDictionary components);
[Foundation.Export("transitInformationCheckingResultWithRange:components:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSTextCheckingResult TransitInformationCheckingResult (Foundation.NSRange range, Foundation.NSDictionary components);
static member TransitInformationCheckingResult : Foundation.NSRange * Foundation.NSDictionary -> Foundation.NSTextCheckingResult
Parameters
- range
- NSRange
- components
- NSDictionary
Returns
- Attributes
Applies to
TransitInformationCheckingResult(NSRange, NSTextCheckingTransitComponents)
public static Foundation.NSTextCheckingResult TransitInformationCheckingResult (Foundation.NSRange range, Foundation.NSTextCheckingTransitComponents components);
static member TransitInformationCheckingResult : Foundation.NSRange * Foundation.NSTextCheckingTransitComponents -> Foundation.NSTextCheckingResult
Parameters
- range
- NSRange
- components
- NSTextCheckingTransitComponents