显示构图和使用 Visual Studio 2008 的类图中的依赖关系
我试图使用 VS 2008 在类图中显示组合和依赖关系,但没有与上述关系相关的图表。请帮我解决这个问题。
I am trying to display a composition and dependency relationship in a class diagram using VS 2008, but there are no diagrams associated with the above mentioned relationship. Please help me with this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Visual Studio 2010 Ultimate 支持 UML 类图上的组合、依赖关系和许多其他关系:
UML 类图:参考:http://msdn.microsoft.com/en-us/library/dd409437%28VS.100%29.aspx
UML 类图:指南:http://msdn.microsoft.com/en-us/library/dd409416%28VS.100%29.aspx
如果您还有其他问题,请告诉我。
Visual Studio 2010 Ultimate supports composition, dependency, and many other relationships on UML class diagrams:
UML Class Diagrams: Reference: http://msdn.microsoft.com/en-us/library/dd409437%28VS.100%29.aspx
UML Class Diagrams: Guidelines: http://msdn.microsoft.com/en-us/library/dd409416%28VS.100%29.aspx
Let me know if you have more questions.
正如您自己所发现的,VS2008 中的类图并不提供 UML 类图的所有功能。 Visual Studio 2010 中引入了新的“UML 类图”来解决这个问题。
As you have discovered yourself, the Class Diagram in VS2008 does not provide all of the functionality of a UML Class Diagram. A new "UML Class Diagram" has been introduced in Visual Studio 2010 to address this.