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
远程服务的标识符,例如交换帐户的“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
|