If using Vb2005, typing 3 single quotes above a method/member etc will create a template for you to fill like:-
VB Code:
''' <summary> ''' An abstract base class that a document area writer class must implement ''' to draw data onto a structured print document ''' </summary> ''' <remarks>This interface defines teh bare minimum requirement but ''' implementing classes can extend the functionality by implementing ''' extra parameters</remarks> Public Interface IStructuredPrintDocumentAreaWriterBase
Fill this in and then use the Sandcastle tool (available for free download from Microsoft) to compile it up to a help file that integrates with MSDN help...




Reply With Quote
