Visual Studio Object Browser

A

Arne Garvander

When I browse Microsoft System DLL in the Object Browser, I get summary text
and other information for each method.
I create mine own .Net libraries for the enterprise, but my summaries does
not show in the object browser.
What have I missed?
 
J

Jason Newell

/* Path may vary depending on programming language */
C# - Project Properties -> Build -> Check "XML Documentation file"

This will take your inline XML comments and build <dll_name>.xml. The
Object Browser will use this file if it exists.

Jason Newell
www.jasonnewell.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top