다음을 통해 공유


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>

적용 대상