Kieren, Yes, but you need to install the PowerToys for the Visual Studio 2005 Class Designer and Distributed System Designers from http://www.codeplex.com/modeling. Hope this helps, Steve "KierenH" wrote in message news:F04AB3B5-28A7-4BF8-ADA5-99DDB8734095@microsoft.com... > Is it possible to depict a relationship between a strongly typed > collection > and the elements it contains in the class diagram (running VSTS). > > eg. > > // The base collection > class BaseStronglyTypedCollection<T> : ICollection<object> > { > } > > // Derived collection > class DerivedCollection : BaseStronglyTypedCollection<MyObject> > { > } > > I want the class diagram to show the relationship that is > DerivedCollection > contains MyObject(s). > > Thanks