Class Designer


Class Designer

Although the Class Designer isn't technically a Microsoft Visual Studio 2005 Team System designer, I thought it was worth adding to this reference section. This designer is a fully functional, visual design environment for the common language runtime. It lets you visualize the structure of classes and other types, and edit their source code. Changes made to the class diagram are immediately reflected in code, and changes made to the code immediately affect the appearance of the designer.

Here are the various components that can be modeled using the Class Designer:

  • Class

  • Enum

  • Interface

  • Abstract Class

  • Struct

  • Delegate

Class

graphic

Member Types Allowed

  • Method

  • Property

  • Field

  • Event

  • Constructor

  • Destructor

  • Constant

Enum

graphic

Member Types Allowed

  • Field

Interface

graphic

Member Types Allowed

  • Method

  • Property

  • Event

Abstract Class

graphic

Member Types Allowed

  • Method

  • Property

  • Field

  • Event

  • Constructor

  • Destructor

  • Constant

Struct

graphic

Member Types Allowed

  • Method

  • Property

  • Field

  • Event

  • Constructor

  • Constant

Delegate

graphic

Member Types Allowed

  • Parameter



Working with Microsoft Visual Studio 2005 Team System
Working with Microsoft Visual Studio 2005 Team System (Pro-Developer)
ISBN: 0735621853
EAN: 2147483647
Year: 2006
Pages: 97

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net