NSTextCheckingResult.AddressCheckingResult 方法

定义

重载

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

参数

range
NSRange
components
NSDictionary

返回

属性

适用于

AddressCheckingResult(NSRange, NSTextCheckingAddressComponents)

public static Foundation.NSTextCheckingResult AddressCheckingResult (Foundation.NSRange range, Foundation.NSTextCheckingAddressComponents components);
static member AddressCheckingResult : Foundation.NSRange * Foundation.NSTextCheckingAddressComponents -> Foundation.NSTextCheckingResult

参数

range
NSRange

返回

适用于