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.
我想在类型和方法之间绘制连接,显示它们之间的使用关系,即:
GlobalExecutor -> (uses) -> EndEffect -> (uses) -> RealTimeEffect
......以树状方式。
Visual Studio 类设计器并不意味着创建完整的 UML 类图。它旨在设计课程。
由于“使用”连接,类文本的任何部分都不会更改,因此类设计器中不存在该功能。
Visual Studio 2010 的终极版(可能还有其他版本)具有新的 UML 建模功能,包括 UML 类模型。此功能允许您在类之间创建依赖关系连接。