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

accessibilityAttributeValue:forParameter:

Returns the value of the receiver's parameterized attribute corresponding to the specified attribute name and parameter.

Declaration 宣言

- (id)accessibilityAttributeValue:(NSAccessibilityParameterizedAttributeName)attribute 
                     forParameter:(id)parameter;

Parameters パラメータ

attribute

The name of the attribute. See Constants for lists of attribute names.

parameter

The parameter.

Discussion 解説

If you implement this method, also implement accessibilityParameterizedAttributeNames.

See Also 参照

Deprecated 非推奨