DialDevice.Id プロパティ

定義

リモート デバイスの ID を取得します。 この ID は 、Windows.Devices.Enumeration API でも使用できます。

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = dialDevice.id;
Public ReadOnly Property Id As String

プロパティ値

String

Platform::String

winrt::hstring

リモート デバイスの ID。

適用対象