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.
.Net 中有没有办法在内存中将 XAML 编译string为 BAML Stream,而不使用 MSBuild?PresentationBuildTask 有一些方法,但它们总是使用文件系统并且使用起来不是很方便。
string
Stream
非常感谢大家!