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

accessibilityAttributeNames()

Returns an array of attribute names supported by the receiver.

Declaration 宣言

func accessibilityAttributeNames() -> [NSAccessibility.Attribute]

Return Value 戻り値

An array containing the attributes supported by the receiver.

Discussion 解説

User interface classes must implement this method. Subclasses should invoke the superclass's implementation, if it exists, and append additional attributes or remove unsupported attributes. See Constants for lists of attribute names.

See Also 参照

Deprecated 非推奨