Function 関数

property_getAttributes

Returns the attribute string of a property.

Declaration 宣言

const char * property_getAttributes(objc_property_t property);

Return Value 戻り値

A C string containing the property's attributes.

Discussion 解説

The format of the attribute string is described in Declared Properties in Objective-C Runtime Programming Guide.

See Also 参照

Working with Properties