다음을 통해 공유


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

반환

적용 대상