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

value(ofAttribute:forResultAt:)

Returns the value for the attribute name attrName at the index in the results specified by idx. 属性名attrNameに対する、idxによって指定される結果の中のインデックスでの値を返します。

Declaration 宣言

func value(ofAttribute attrName: String, 
forResultAt idx: Int) -> Any?

Parameters パラメータ

attributeName

The attribute of the result object at index being inquired about. The attribute must be specified in valueListAttributes, as a sorting key in a specified sort descriptor, or as one of the grouping attributes specified set for the query. 尋ねられているindexでの結果オブジェクトの属性。属性はvalueListAttributesにおいて指定されなければなりません、指定されたソート記述子におけるあるソートキーとして、またはその照会に対して設定される指定されたグループ化属性の1つとして。

index

The index of the desired return object in the query results array. 照会結果配列における望む戻りオブジェクトのインデックス。

Return Value 戻り値

Value for attributeName in the result object at index in the query result array. 照会結果配列の中のindexでの結果オブジェクトの中のattributeNameに対する値。

See Also 参照

Getting Query Results 照会結果を取得する