次の方法で共有


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>

適用対象