Function 関数

property_copyAttributeValue

Returns the value of a property attribute given the attribute name.

Declaration 宣言

char * property_copyAttributeValue(objc_property_t property, const char *attributeName);

Parameters パラメータ

property

The property whose value you are interested in.

attributeName

A C string representing the name of the attribute.

Return Value 戻り値

The value string of the attributeName attribute, if one exists in property; otherwise, nil. You must free the returned value string with free().

See Also 参照

Working with Properties