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

accessibilityArrayAttributeCount(_:)

Returns the count of the specified accessibility array attribute.

Declaration 宣言

func accessibilityArrayAttributeCount(_ attribute: NSAccessibility.Attribute) -> Int

Parameters パラメータ

attribute

The accessibility array attribute.

Return Value 戻り値

The number of items in the specified array attribute.

Discussion 解説

If attribute is not an array, an exception is raised.

See Also 参照

Deprecated 非推奨