다음을 통해 공유


AggregateContactManager.SetRemoteIdentificationInformationAsync 메서드

정의

디바이스의 연락처 데이터와 연결할 원격 연락처를 지정하는 식별자를 설정합니다.

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

적용 대상