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
|