MediaCaptureVideoProfileMediaDescription.Properties Eigenschaft

Definition

Ruft eine schreibgeschützte Zuordnung von benutzerdefinierten Attributen ab, die vom Hersteller des Erfassungsgeräts bereitgestellt werden.

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)

Eigenschaftswert

IMapView<Guid,Object>

IReadOnlyDictionary<Guid,Object>

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

IMapView<winrt::guid,IInspectable>

Eine schreibgeschützte Zuordnung benutzerdefinierter Attribute.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1803 (eingeführt in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v6.0)

Gilt für: