- metadataQuery:replacementValueForAttribute:value:
Returns a different value for a given attribute and value.
与えられた属性と値に対して異なる値を返します。
Availability 有効性
Technology
- (id)metadataQuery:(NSMetadataQuery
*)query
replacementObjectForResultObject:(NSMetadataItem
*)result;
query
The query that produced the result object to replace. この照会が生成した結果オブジェクトを置き換えることになります。
result
結果
The query result object to replace. この照会結果オブジェクトを置き換えます。
Object that replaces the query result object. 照会結果オブジェクトを置き換えるオブジェクト。
By default query result objects are instances of the NSMetadata
class. By implementing this method, you can return an object of a different class type for the specified result object.
初期状態では照会結果オブジェクトはNSMetadata
クラスのインスタンスです。このメソッドを実装することで、あなたはある異なるクラス型のオブジェクトを、その指定された結果オブジェクトに対して返すことができます。
- metadataQuery:replacementValueForAttribute:value: