다음을 통해 공유


ContactList.SaveContactAsync(Contact) 메서드

정의

지정한 연락처ContactStore에 비동기적으로 저장합니다.

public:
 virtual IAsyncAction ^ SaveContactAsync(Contact ^ contact) = SaveContactAsync;
IAsyncAction SaveContactAsync(Contact const& contact);
public IAsyncAction SaveContactAsync(Contact contact);
function saveContactAsync(contact)
Public Function SaveContactAsync (contact As Contact) As IAsyncAction

매개 변수

contact
Contact

저장할 연락처입니다.

반환

메서드가 완료되었음을 나타내는 비동기 작업입니다.

Windows 요구 사항

앱 기능
contactsSystem

설명

System.ArgumentException을 throw합니다. '값이 예상 범위 내에 속하지 않습니다.' 매개 변수로 전달된 연락처에 이 디바이스에 이미 저장된 RemoteID 연락처와 동일한 RemoteID 집합이 있는 경우

적용 대상