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 クラス図で抽象プロパティを定義することはできないと思います。その代わりに、プロパティを含むインターフェイスを追加する必要があり、お気に入りのすべてのクラスがそれを実装します。