I'm trying this with a private C++/WinRT API.

Since IPropertySet implements IIterable<IKeyValuePair<winrt::hstring, IInspectable const &>>, it should be possible to show all its contents.
More generally, it would be great to add visualization support for:
- IIterable of anything (at least show an item for each element; show actual values where the types are visualizable)
- KeyValuePair of anything (show actual key and/or value if those types are visualizable)