Instance Method インスタンスメソッド

values(forAttributes:)

Returns a dictionary containing the key-value pairs for the attribute names specified by a given array of keys. キーからなるある与えられた配列によって指定される属性名に対するキー値ペアを含んでいる辞書を返します。

Declaration 宣言

func values(forAttributes keys: [String]) -> [String : Any]?

Parameters パラメータ

keys

An array containing NSString objects that specify the names of a metadata attributes. See the “Constants” section for a list of possible keys. メタデータ属性の名前を指定するNSStringオブジェクトを含んでいる配列。 “Constants” の節を可能なキーのリストとして見てください。

Return Value 戻り値

A dictionary containing the key-value pairs for the attribute names specified by keys. keysによって指定される属性名に対するキー値ペアを含んでいる辞書。

See Also 参照

Getting Item Attributes 項目属性を取得する