Instance Property インスタンスプロパティ

resultType

Returns the text checking result type that the receiver represents. レシーバが表しているテキスト検査結果の型を返します。

Declaration 宣言

@property(readonly) NSTextCheckingType resultType;

Discussion 議論

The possible result types for the built in checking capabilities are described in NSTextCheckingType. 組み込み検査能力に対する可能な結果型は、NSTextCheckingTypeで記述されます。

This property will be present for all returned NSTextCheckingResult instances. このプロパティは、全ての返されるNSTextCheckingResultインスタンスに対して提示されるでしょう。

See Also 参照

Text Checking Type Range and Type テキストチェック型の範囲と型