Skip to content

VSIX debug visualizer doesn't show IPropertySet values #634

@davidmatson

Description

@davidmatson

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

image

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions