ABMultiValuePropertyType(_:)
Returns the type for the values in a multi-value list.
Declaration
func ABMultiValuePropertyType(_ multiValue: ABMultiValueRef!) -> ABPropertyTypeParameters
- multiValue:
The multi-value list whose property type you wish to obtain.
Return Value
The property typeof multiValue. If the list is emptyor its values are of different types, returns kABErrorInProperty.
See Also
Multi Values
ABMultiValueAdd(_:_:_:_:)ABMultiValueCopyIdentifierAtIndex(_:_:)ABMultiValueCopyLabelAtIndex(_:_:)ABMultiValueCopyPrimaryIdentifier(_:)ABMultiValueCopyValueAtIndex(_:_:)ABMultiValueCount(_:)ABMultiValueCreate()ABMultiValueCreateCopy(_:)ABMultiValueCreateMutable(_:)ABMultiValueCreateMutableCopy(_:)ABMultiValueIndexForIdentifier(_:_:)ABMultiValueInsert(_:_:_:_:_:)ABMultiValueRemove(_:_:)ABMultiValueReplaceLabel(_:_:_:)ABMultiValueReplaceValue(_:_:_:)