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

value(forAttribute:)

Returns the receiver’s metadata attribute name specified by a given key. 与えられたキーによって指定される、レシーバの持つメタデータ属性名を返します。

Declaration 宣言

func value(forAttribute key: String) -> Any?

Parameters パラメータ

key

The name of a metadata attribute. See the “Constants” section for a list of possible keys. メタデータ属性の名前。 “Constants” の節を可能なキーのリストとして見てください。

Return Value 戻り値

The receiver’s metadata attribute name specified by key. keyによって指定される、レシーバのもつメタデータ属性名。

See Also 参照

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