Insert or update XML Comment from Help Builder Topic

You can easily insert an XML Comment from a Help Builder topic by selecting a topic in Help Builder, and then selecting the method, property or event in the Visual Studio Editor. Help Builder then inserts or updates the XML Comment for the member in the Source Code.

Note for VB.NET users
VB.NET 2003 doesn't support XML Comments natively, but if you use a third party product that uses the VB.NET Whidbey style syntax (triple single quotes) Help Builder can read and write XML Comments in this format. The following examples show C# code, but the procedure for VB.NET code is identical.

To do this follow these steps:

If there is an existing XML Comment block it is replaced by the output from this command.

To select a member in your Code you can place the cursor anywhere in the body of the member or any preceeding comment block. Note Visual Basic is a little more finicky and you may have to place the cursor on the actual member signature (method header, property) rather than the body or existing comment body.



  Last Updated: 10/11/2006 | © West Wind Techologies, 2007