MediaCaptureVideoProfileMediaDescription.Properties 속성

정의

캡처 디바이스 제조업체에서 제공하는 사용자 지정 특성의 읽기 전용 맵을 가져옵니다.

public:
 property IMapView<Platform::Guid, Platform::Object ^> ^ Properties { IMapView<Platform::Guid, Platform::Object ^> ^ get(); };
IMapView<winrt::guid, IInspectable const&> Properties();
public IReadOnlyDictionary<Guid,object> Properties { get; }
var iMapView = mediaCaptureVideoProfileMediaDescription.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of Guid, Object)

속성 값

IMapView<Guid,Object>

IReadOnlyDictionary<Guid,Object>

IMapView<Platform::Guid,Platform::Object>

IMapView<winrt::guid,IInspectable>

사용자 지정 특성의 읽기 전용 맵입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)

적용 대상