October 2010
Intermediate to advanced
1920 pages
73h 55m
English
Visual Web Developer automatically pops up with Intellisense when you type the names of classes, properties, or methods in Source view. You can add comments that appear in Intellisense to your custom components to make it easier for other developers to use your components.
If you add XML comments to a component, the contents of the XML comments appear automatically in Intellisense. For example, the component in Listing 17.21 includes XML comments for its class definition, property definitions, and method definition (see Figure 17.5).
Figure 17.5. Adding comments to a component.

Listing 17.21. Employee.cs