Contents

ABMultiValueCount(_:)

Returns the number of entries in a multi-value list.

Declaration

func ABMultiValueCount(_ multiValue: ABMultiValueRef!) -> CFIndex

Parameters

  • multiValue:

    The multi-value list that you wish to access.

Return Value

The number of entriesin multiValue.

See Also

Multi Values