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
|