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>

适用于