Поделиться через


ABPerson.SetInstantMessages Метод

Определение

Перегрузки

SetInstantMessages(ABMultiValue<InstantMessageService>)
SetInstantMessages(ABMultiValue<NSDictionary>)

ABPersonЗадает новые службы обмена мгновенными сообщениями.

SetInstantMessages(ABMultiValue<InstantMessageService>)

public void SetInstantMessages (AddressBook.ABMultiValue<AddressBook.InstantMessageService> services);
member this.SetInstantMessages : AddressBook.ABMultiValue<AddressBook.InstantMessageService> -> unit

Параметры

Применяется к

SetInstantMessages(ABMultiValue<NSDictionary>)

ABPersonЗадает новые службы обмена мгновенными сообщениями.

public void SetInstantMessages (AddressBook.ABMultiValue<Foundation.NSDictionary> value);
member this.SetInstantMessages : AddressBook.ABMultiValue<Foundation.NSDictionary> -> unit

Параметры

value
ABMultiValue<NSDictionary>

Объект , AddressBook.ABMultiValue{Foundation.NSDictionary}ABPersonсодержащий новые службы обмена мгновенными сообщениями.

См. также раздел

  • <xref:AddressBook.ABPerson.GetInstantMessages>

Применяется к