Upravit

Sdílet prostřednictvím


NSTextCheckingResult.PhoneNumberCheckingResult(NSRange, String) Method

Definition

[Foundation.Export("phoneNumberCheckingResultWithRange:phoneNumber:")]
public static Foundation.NSTextCheckingResult PhoneNumberCheckingResult (Foundation.NSRange range, string phoneNumber);
[Foundation.Export("phoneNumberCheckingResultWithRange:phoneNumber:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSTextCheckingResult PhoneNumberCheckingResult (Foundation.NSRange range, string phoneNumber);
static member PhoneNumberCheckingResult : Foundation.NSRange * string -> Foundation.NSTextCheckingResult

Parameters

range
NSRange
phoneNumber
String

Returns

Attributes

Applies to