NSTextCheckingResult.AddressCheckingResult 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
AddressCheckingResult(NSRange, NSDictionary) | |
AddressCheckingResult(NSRange, NSTextCheckingAddressComponents) |
AddressCheckingResult(NSRange, NSDictionary)
[Foundation.Export("addressCheckingResultWithRange:components:")]
public static Foundation.NSTextCheckingResult AddressCheckingResult (Foundation.NSRange range, Foundation.NSDictionary components);
static member AddressCheckingResult : Foundation.NSRange * Foundation.NSDictionary -> Foundation.NSTextCheckingResult
Parameters
- range
- NSRange
- components
- NSDictionary
Returns
- Attributes
Applies to
AddressCheckingResult(NSRange, NSTextCheckingAddressComponents)
public static Foundation.NSTextCheckingResult AddressCheckingResult (Foundation.NSRange range, Foundation.NSTextCheckingAddressComponents components);
static member AddressCheckingResult : Foundation.NSRange * Foundation.NSTextCheckingAddressComponents -> Foundation.NSTextCheckingResult
Parameters
- range
- NSRange
- components
- NSTextCheckingAddressComponents