Visual Studio 2010 中的 UML 支持与 Visio 相比如何?
Visio 支持 UML 图已经有一段时间了。 Microsoft 现在已在 Visual Studio 2010 中添加了 UML 支持。
这两个工具可以互操作吗?此外,如何决定对哪些图表使用哪种工具(假设已经拥有这两种工具)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
VS 2010 中的 UML 工具与 Team Foundation Server 集成,因此您可以将模型元素与工作项链接起来。此外,您还可以从代码创建序列图、层图和依赖关系图,在构建中执行架构验证,通过创建自定义模板从 UML 类图生成代码,以及其他任务来帮助您更好地理解和可视化代码。您还可以扩展和自定义其中一些工具。
在 Visual Studio 2010 发布后,该团队还将以功能包的形式提供附加功能。有关第一个功能包中的内容的详细信息,请参阅 Cameron Skinner 的博客。
当前版本的 VS 2010 不支持与 Visio 集成,但团队正在开发导入/导出功能,例如 XMI 导入。
有关详细信息,请从此处开始查看这些工具的文档:我的个人资料获取更多链接。
The UML tools in VS 2010 integrate with Team Foundation Server so you can link model elements with work items. In addition, you can create sequence diagrams, layer diagrams, and dependency graphs from code, perform architectural validation in your builds, generate code from UML class diagrams by creating custom templates, and other tasks to help you better understand and visualize your code. You'll also be able to extend and customize some of these tools.
The team will also ship additional functionality as feature packs after Visual Studio 2010 is released. For more information about what's in the first feature pack, see Cameron Skinner's blog.
The current release of VS 2010 does not support integration with Visio, but the team is working on import/export capabilities, such as XMI import.
For more information, see the documentation for these tools by starting here: Modeling the Application or my profile for more links.