Visual Studio 图表依赖性
我希望我的依赖关系(关联、继承等)表示为非正交线。如何关闭默认提供的正交捕捉?
另外,微软表示可以通过视觉方式转换关联进入属性。更具体地说,他们称之为“隐藏关联和继承线”。不幸的是,尽管文档声称,上下文菜单选项“隐藏”并不存在。
我必须拥有“可视化和建模功能包 2”才能完成这项工作吗?
I would like my dependencies (association, inheritance, etc) represented as non-orthogonal lines. How do I turn off the ortho-snap that is provided by default?
Also, MS says it is possible visually to convert associations into properties. More specifically, they call it "hiding association and inheritance lines." Unfortunately, the context menu option "Hide" does not exist, despite the claim of the documentation.
Must I have the "visualization and modelling feature pack 2" to make this work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将关联转换为属性仅适用于 2005 年以来 VS 中的类图(.cd 扩展名)。新的 UML 类图(.classdiagram 扩展名)是 VS2010 Ultimate 的一部分不提供此功能。
至于非正交线(又称直线),您不能在 VS 类图(又名类设计器)中执行此操作,也不能在 VS2010 UML 类图中执行此操作。
这两个功能对于功能包 3 或 SP1 来说都是很好的功能。
The convert associations into properties is only available with the Class Diagram (.cd extension) that has been in VS since 2005. The new UML Class Diagram (.classdiagram extension) that is part of the VS2010 Ultimate does not provide this feature.
As for non-orthogonal lines (aka straight lines) you cannot do this in VS Class Diagram (aka Class Designer) nor can you do in in VS2010 UML Class Diagrams.
Both of these would be a good features to request for the Feature Pack 3 or SP1.