This sample shows how to use XML to document code. See
Security Note |
---|
This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended. |
To build the XML Documentation sample within Visual Studio
In Solution Explorer, right-click the project and click Properties.
Open the Configuration Properties folder and click Build.
Set the XML Documentation File property to XMLsample.xml.
On the Build menu, click Build. The XML output file will be in the debug directory.
To build the XML Documentation sample from the Command Line
To generate the sample XML documentation, type the following at the command prompt:
csc XMLsample.cs /doc:XMLsample.xml
To see the generated XML, issue the following command:
type XMLsample.xml