Class
NSMetadataQueryResultGroup
The NSMetadataQueryResultGroup
class represents a collection of grouped attribute results returned by an NSMetadataQuery
object.
NSMetadataQueryResultGroup
クラスは、NSMetadataQuery
オブジェクトによって返されるグループ化された属性結果のコレクションを表します。
Declaration
宣言
@interface NSMetadataQueryResultGroup : NSObject
Topics
話題
Getting Query Results
照会結果を取得する
attribute
The result group’s attribute name.
結果グループのもつ属性名。
value
The result group’s value.
結果グループのもつ値。
results
An array containing the result group’s result objects.
結果グループのもつ結果オブジェクトそれらを含んでいるある配列。
resultCount
The number of results returned by the result group.
結果グループによって返される結果の数。
- resultAtIndex:
Returns the query result at a specific index.
指定されたインデックスでの照会結果を返します。
subgroups
An array containing the result group’s subgroups.
結果グループのもつ下位グループそれらを含んでいるある配列を返します。
See Also
参照
Getting Query Results
照会結果を取得する
results
An array containing the query’s results.
照会の持つ結果を含んでいる配列。
resultCount
The number of results returned by the query. (read-only)
照会によって返される結果の数。(読み出しのみ)
- resultAtIndex:
Returns the query result at a specific index.
指定されたインデックスでの照会結果を返します。
- indexOfResult:
Returns the index of a query result object in the receiver’s results array.
レシーバのもつ結果配列の中の照会結果オブジェクトのインデックスを返します。
groupedResults
An array containing hierarchical groups of query results. (read-only)
照会結果の階層化したグループを含んでいる配列。(読み出しのみ)
valueLists
A dictionary containing the value lists generated by the query.
照会によって生成される値リストそれらを含んでいるある辞書。
NSMetadataQueryAttributeValueTuple
The NSMetadataQueryAttributeValueTuple
class represents attribute-value tuples, which are objects that contain the attribute name and value of a metadata attribute.
NSMetadataQueryAttributeValueTuple
クラスは「属性値」タプルを表します、それは、あるメタデータ属性の属性名と値を含んでいるオブジェクトです。
- valueOfAttribute:forResultAtIndex:
Returns the value for the attribute name attrName
at the index in the results specified by idx
.
属性名attrName
に対する、idx
によって指定される結果の中のインデックスでの値を返します。
operationQueue
The queue on which query result notifications are posted.
それの上に照会結果通知が投函されるところのキュー。