BarcodeScanner.VideoDeviceId プロパティ

定義

要求されたバーコード スキャナーに関連付けられているカメラ レンズを表すビデオ デバイス ID を取得します。 (モバイル プラットフォームではサポートされていません)

public:
 property Platform::String ^ VideoDeviceId { Platform::String ^ get(); };
winrt::hstring VideoDeviceId();
public string VideoDeviceId { get; }
var string = barcodeScanner.videoDeviceId;
Public ReadOnly Property VideoDeviceId As String

プロパティ値

String

Platform::String

winrt::hstring

ビデオ デバイス ID。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

適用対象