Contents

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 Methods