On Fri Aug 1 10:33:35 2025 +0000, Nikolay Sivov wrote:
Is it an api requirement to return IMap objects? From your links I can see only some dictionary interfaces, is that the same thing?
You're right, `Properties` is an IMapView, not `IMap`. However, since the underlying properties can be updated, we would still need an `IMap`-like collection of (HSTRING, IInspectable) pairs to store properties and implement `Update`. Instead of duplicating an `IMapView` implementation for Windows.Devices.Enumeration, I feel this is a better approach IMO.