如何在wpf中使用字典也如何比较两个字典 [英] how to use dictionary in wpf also how to compare two dictionaries

查看:86
本文介绍了如何在wpf中使用字典也如何比较两个字典的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在wpf中使用字典如何比较两个字典

how to use dictionary in wpf also how to compare two dictionaries

推荐答案

比较两个字典的唯一方法是逐项比较。如果要绑定到字典,您应该能够绑定到 dictionary.Values 属性:



The only way you can compare two dictionaries is to compare item by item. If you want to bind to a dictionary, you should be able to bind to the dictionary.Values property:

<ListBox ItemsSource="{Binding Path=Dictionary.Values}">


这篇关于如何在wpf中使用字典也如何比较两个字典的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆