attribute
The attribute name for the tuple’s value.
タプルのもつ値に対する属性名。
count
The number of instances of the value for the tuple’s attribute.
タプルのもつ属性に対する値のインスタンスの数。
value
The value of the tuple’s attribute.
タプルのもつ属性の値。
NSMetadataQueryAttributeValueTuple
class represents attribute-value tuples, which are objects that contain the attribute name and value of a metadata attribute.
NSMetadataQueryAttributeValueTuple
クラスは「属性値」タプルを表します、それは、あるメタデータ属性の属性名と値を含んでいるオブジェクトです。
Availability 有効性
Technology
@interface NSMetadataQueryAttributeValueTuple : NSObject
Attribute-value tuples are returned by NSMetadata
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.
属性値タプルは、NSMetadata
オブジェクトによって値リストの中の結果それらとして返されます。それぞれの属性/値タプルは、属性名、値、そして属性名に対して存在するその値のインスタンスの数を含みます。
results
resultCount
- resultAtIndex:
- indexOfResult:
groupedResults
NSMetadataQueryResultGroup
NSMetadataQueryResultGroup
class represents a collection of grouped attribute results returned by an NSMetadataQuery
object.
NSMetadataQueryResultGroup
クラスは、NSMetadataQuery
オブジェクトによって返されるグループ化された属性結果のコレクションを表します。
- enumerateResultsUsingBlock:
- enumerateResultsWithOptions:usingBlock:
valueLists
- valueOfAttribute:forResultAtIndex:
attrName
at the index in the results specified by idx
.
属性名attrName
に対する、idx
によって指定される結果の中のインデックスでの値を返します。
- enableUpdates
- disableUpdates
operationQueue