AggregateContactManager.SetRemoteIdentificationInformationAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
디바이스의 연락처 데이터와 연결할 원격 연락처를 지정하는 식별자를 설정합니다.
public:
virtual IAsyncAction ^ SetRemoteIdentificationInformationAsync(Platform::String ^ contactListId, Platform::String ^ remoteSourceId, Platform::String ^ accountId) = SetRemoteIdentificationInformationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetRemoteIdentificationInformationAsync(winrt::hstring const& contactListId, winrt::hstring const& remoteSourceId, winrt::hstring const& accountId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetRemoteIdentificationInformationAsync(string contactListId, string remoteSourceId, string accountId);
function setRemoteIdentificationInformationAsync(contactListId, remoteSourceId, accountId)
Public Function SetRemoteIdentificationInformationAsync (contactListId As String, remoteSourceId As String, accountId As String) As IAsyncAction
매개 변수
- contactListId
-
String
Platform::String
winrt::hstring
원격 연락처 목록 식별자입니다.
- remoteSourceId
-
String
Platform::String
winrt::hstring
원격 서비스의 식별자(예: Exchange 계정의 경우 "EXCH")입니다.
- accountId
-
String
Platform::String
winrt::hstring
네트워크에 대한 계정의 고유 로밍 식별자입니다.
반환
대기할 IAsyncAction 입니다.
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
|
앱 기능 |
contactsSystem
|