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에서 도입되었습니다.)

적용 대상