Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好的,假设我有一个名为 rectangle1 的矩形和两个名为 label1 和 label2 的标签
有什么方法可以让我得到从设计师那里选择的物品清单吗?
例如,当我选择了所有 3 个项目时,是否有一些隐藏按钮会给我一个类似的列表
矩形1,标签1,标签2
?
您可以在 xaml 代码中看到 wpf 设计器中选定的控件:
但如果你仍然想要文本列表,我认为你需要创建你的 owen 插件
编辑:这篇文章可能会让你知道你想要什么
A-Document-Outline-Window-for-C-Files-in-WPF