Instance Method インスタンスメソッド

range(of:at:)

Returns the range of the specified text list that contains the specified location. 指定された位置を含んでいる、指定されたテキスト箇条書きの範囲を返します。

Declaration 宣言

func range(of list: NSTextList, 
        at location: Int) -> NSRange

Parameters パラメータ

list

The text list. テキストのリスト。

location

The location in the text list. テキストのリストの中の位置。

Return Value 戻り値

The range of the given text list containing the location. この位置を含んでいる、与えられたテキストリストの範囲。

See Also 参照

Calculating Ranges 範囲を計算する