Class
NSMetadataQueryAttributeValueTuple
The NSMetadataQueryAttributeValueTuple
class represents attribute-value tuples, which are objects that contain the attribute name and value of a metadata attribute.
NSMetadataQueryAttributeValueTuple
クラスは「属性値」タプルを表します、それは、あるメタデータ属性の属性名と値を含んでいるオブジェクトです。
Declaration
宣言
class NSMetadataQueryAttributeValueTuple : NSObject
Overview
概要
Attribute-value tuples are returned by NSMetadataQuery
objects as the results in the value lists. Each attribute/value tuple contains the attribute name, the value, and the number of instances of that value that exist for the attribute name.
属性値タプルは、NSMetadataQuery
オブジェクトによって値リストの中の結果それらとして返されます。それぞれの属性/値タプルは、属性名、値、そして属性名に対して存在するその値のインスタンスの数を含みます。
Topics
話題
Getting Query Attribute/Value Information
照会属性/値情報を取得する
var count: Int
The number of instances of the value for the tuple’s attribute.
タプルのもつ属性に対する値のインスタンスの数。
See Also
参照
Getting Query Results
照会結果を取得する
var resultCount: Int
The number of results returned by the query. (read-only)
照会によって返される結果の数。(読み出しのみ)