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

accessibilityParameterizedAttributeNames

Returns a list of parameterized attribute names supported by the receiver.

Declaration 宣言

- (NSArray<NSAccessibilityParameterizedAttributeName> *)accessibilityParameterizedAttributeNames;

Return Value 戻り値

An array of parameterized attributes in the receiver.

Discussion 解説

If you implement this method, also implement accessibilityAttributeValue:forParameter:.

See Also 参照

Deprecated 非推奨