次の方法で共有


CastingDevice.Id プロパティ

定義

デバイス ID。 これは、Windows.Devices.Enumeration API で使用されるのと同じ ID です。

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

プロパティ値

String

Platform::String

winrt::hstring

デバイスの ID。

適用対象