func value(forAttribute : String) -> Any?
Returns the receiver’s metadata attribute name specified by a given key.
与えられたキーによって指定される、レシーバの持つメタデータ属性名を返します。
func values(forAttributes : [String]) -> [String : Any]?
Returns a dictionary containing the key-value pairs for the attribute names specified by a given array of keys.
キーからなるある与えられた配列によって指定される属性名に対するキー値ペアを含んでいる辞書を返します。