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.
如何使用 Visual Studio 2012 RTM 在 UML 类图中添加抽象属性?
您必须跟踪以下步骤:
定义一个配置文件来扩展 UML :
http://msdn.microsoft.com/en-us/library/dd465145.aspx
向模型元素添加构造型:
使用配置文件和刻板印象自定义您的模型:
我认为不可能在 VS 2012 RTM 的 UML 类图中定义抽象属性。取而代之的是,您必须添加一个包含该属性的接口,并且所有喜欢的类都实现它。