MicrosoftDocs / winrt-api

WinRT reference content for developing Microsoft Universal Windows Platform (UWP) apps
Creative Commons Attribution 4.0 International
230 stars 494 forks source link

The value of a ValueSet #2268

Closed kcovert closed 2 months ago

kcovert commented 2 years ago

You can't query it, iterate it, serialize it, lacks meaningful methods and functions. Seems like it's only purpose is to get information to and from a service, poorly supported and often not working, after which you have to convert it to something useable with traditional techniques.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

JaiganeshKumaran commented 1 year ago

In C# ValueSet does implement IDictionary<string, object> so you should be able to use the usual foreach loop and Linq facilities.

alvinashcraft commented 2 months ago

Thanks for taking the time to let us know about this and we sincerely apologize for the delayed response. Due to the sheer volume of feedback in our repo, we are currently prioritizing new Issues. If you believe your feedback is still actionable in the docs, let us know either directly in this thread or by filing a new Issue and we’ll work to incorporate the suggestions into the documentation. If you have feedback about the API itself, you can open a new question on Microsoft Q&A. Though the Issue will be marked as Closed, we will monitor any replies that come afterwards so feel free to treat this like an open Issue. Many thanks!