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.
我有一个自定义控件打包为 myControl.dll。VS2010如何使用WPF工具箱控件模板安装?我不想使用“选择工具箱...”或“拖放”技术。
我写了一篇关于该主题的详尽教程文章:
Visual Studio 工具箱控件集成
“Choose Items...”是手动安装的最简单选择,本文也对此进行了讨论。
您还可以将控件捆绑在 VSI、VSIX 或 VSPackage 中,使用 VS 自动化对象模型 (DTE) 或预安装 VS2010 和更新的称为 Toolbox Controls Installer (TCI) 的现有包。
据我所知,拖放不适用于 VS Toolbox。