Share via


ContactStore.SaveExtendedPropertiesAsync 메서드

정의

제공된 이름/값 쌍 목록을 사용자 지정 연락처 저장소의 확장 속성에 저장합니다.

public:
 virtual IAsyncAction ^ SaveExtendedPropertiesAsync(IMapView<Platform::String ^, Platform::Object ^> ^ data) = SaveExtendedPropertiesAsync;
IAsyncAction SaveExtendedPropertiesAsync(IMapView<winrt::hstring, IInspectable const&> const& data);
public IAsyncAction SaveExtendedPropertiesAsync(IReadOnlyDictionary<string,object> data);
function saveExtendedPropertiesAsync(data)
Public Function SaveExtendedPropertiesAsync (data As IReadOnlyDictionary(Of String, Object)) As IAsyncAction

매개 변수

data

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

설정할 이름/값 속성 집합입니다.

반환

비동기 작업입니다. 비동기 프로그래밍을 사용하는 경우 결과 형식은 void입니다.

Windows 요구 사항

앱 기능
ID_CAP_CONTACTS [Windows Phone]

적용 대상

추가 정보