Share via


NSTextCheckingResult.TransitInformationCheckingResult 方法

定义

重载

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

参数

range
NSRange
components
NSDictionary

返回

属性

适用于

TransitInformationCheckingResult(NSRange, NSTextCheckingTransitComponents)

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

参数

range
NSRange

返回

适用于