ABPerson.SetInstantMessages Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SetInstantMessages(ABMultiValue<InstantMessageService>) | |
SetInstantMessages(ABMultiValue<NSDictionary>) |
Legt die ABPersonneuen Instant Messaging-Dienste von fest. |
SetInstantMessages(ABMultiValue<InstantMessageService>)
public void SetInstantMessages (AddressBook.ABMultiValue<AddressBook.InstantMessageService> services);
member this.SetInstantMessages : AddressBook.ABMultiValue<AddressBook.InstantMessageService> -> unit
Parameter
- services
- ABMultiValue<InstantMessageService>
Gilt für:
SetInstantMessages(ABMultiValue<NSDictionary>)
Legt die ABPersonneuen Instant Messaging-Dienste von fest.
public void SetInstantMessages (AddressBook.ABMultiValue<Foundation.NSDictionary> value);
member this.SetInstantMessages : AddressBook.ABMultiValue<Foundation.NSDictionary> -> unit
Parameter
- value
- ABMultiValue<NSDictionary>
Eine AddressBook.ABMultiValue{Foundation.NSDictionary} , die die ABPersonneuen Instant Messaging-Dienste von enthält.
Weitere Informationen
- <xref:AddressBook.ABPerson.GetInstantMessages>