Function 関数

objc_getAssociatedObject

Returns the value associated with a given object for a given key. 与えられたキーに対してある与えられたオブジェクトと結び付けられた値を返します。

Declaration 宣言

id objc_getAssociatedObject(id object, const void *key);

Parameters パラメータ

object

The source object for the association. この関連に対するソースオブジェクト。

key

The key for the association. この関連に対するキー。

Return Value 戻り値

The value associated with the key key for object.

See Also 参照

Associative References 関連参照