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 照会属性/値情報を取得する

Relationships 関係

Inherits From 継承元

See Also 参照

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