Share via


VideoDeviceController.Id プロパティ

定義

ビデオ デバイス コントローラーの識別子を含む文字列を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

ビデオ デバイス コントローラーの識別子。

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

適用対象