次の方法で共有


ContactAnnotation.RemoteId プロパティ

定義

サービス プロバイダーがリモート システム内の対応するエンティティにアクセスするために使用できる ID を取得または設定します。

public:
 property Platform::String ^ RemoteId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring RemoteId();

void RemoteId(winrt::hstring value);
public string RemoteId { get; set; }
var string = contactAnnotation.remoteId;
contactAnnotation.remoteId = string;
Public Property RemoteId As String

プロパティ値

String

Platform::String

winrt::hstring

サービス プロバイダーがリモート システム内の対応するエンティティにアクセスするために使用できる ID。

Windows の要件

アプリの機能
contactsSystem

適用対象