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.
在 Silverlight 中克隆控件(包括它的子控件)的最佳方法是什么?
更新
Silverlight 2中有更好的方法吗?
这是关于在 Silverlight 1.1 中序列化和反序列化对象 的精彩主题。
至于“最佳方式”,我会说它肯定会缓存控件的 xaml 并在其上调用 createFromXaml。