May 2010
Intermediate to advanced
1272 pages
61h 18m
English
When Visual Studio builds the project output, it also creates an XML document storing all XML comments. The XML document constitutes the actual code documentation. In Visual Studio 2010 XML comments are enabled by default. Before reading this chapter, ensure that XML comments are effectively enabled in your project. To accomplish this, open My Project; select the Compile tab and, if it’s not checked, check the Generate XML Documentation file box. See Figure 50.3 for details.
Figure 50.3 Enabling Xml comments.

Behind the scenes this requires the Visual Basic compiler to be launched by Visual Studio with the /doc option, which ...
Read now
Unlock full access