次の方法で共有


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

戻り値

適用対象