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

results

An array containing the result group’s result objects. 結果グループのもつ結果オブジェクトそれらを含んでいるある配列。

Declaration 宣言

var results: [Any] { get }

Discussion 議論

The results array is a proxy object that is primarily intended for use with Cocoa bindings. While it is possible to copy the proxy array to get a “snapshot” of the complete current query results, it is generally not recommended due to performance and memory issues. To access individual result array elements you should instead use the resultCount property and the result(at:) method. 結果配列は、あるプロキシオブジェクトです、それは主としてCocoaバインディングで使うことを意図されます。プロキシ配列をコピーすることで完全な現在の照会結果の “スナップショット” を取得することが可能である一方で、それは性能とメモリ問題が原因でたいてい推奨されません。個々の結果配列要素にアクセスするにはあなたは代わりにresultCountメソッドとresult(at:)メソッドを使うべきです。

See Also 参照

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