First you need to enable the generation of XML documentation. You can find it in the project settings in the "Assembly" section.
The compiler will then generate an XML file containing your assembly documentation during the assembly.
If you reference the assembly in another project and want to see documentation of types, methods, etc. in IntelliSense, you need to save the xml documentation file in the same folder where the assembly link is stored.
Jehof
source share