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

accessibilityAttributeValue(_:)

Returns the value of the specified attribute in the receiver.

Declaration 宣言

func accessibilityAttributeValue(_ attribute: NSAccessibility.Attribute) -> Any?

Parameters パラメータ

attribute

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

Discussion 解説

User interface classes must implement this method. Subclasses should invoke the superclass's implementation, if it exists, if attribute is not implemented in the subclass.

See Also 参照

Deprecated 非推奨