次の方法で共有


QuerySeamlessUpgradeSupportOperation.RemoteId プロパティ

定義

重要

Windows.Phone.Networking.Voip 名前空間の型は非推奨であり、将来のバージョンの Windows では使用できない可能性があります。 代わりに、 Windows.ApplicationModel.Calls 名前空間で同等の型を使用します。

シームレスな VoIP アップグレード サポートのクエリが実行されているユーザーのリモート ID を取得します。

public:
 property Platform::String ^ RemoteId { Platform::String ^ get(); };
winrt::hstring RemoteId();
public string RemoteId { get; }
var string = querySeamlessUpgradeSupportOperation.remoteId;
Public ReadOnly Property RemoteId As String

プロパティ値

String

Platform::String

winrt::hstring

シームレスな VoIP アップグレード サポートのクエリが実行されているユーザーのリモート ID。

適用対象