Method GetCommentTemplate
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v10.dll
GetCommentTemplate(Point, ISyntaxNode, string)
When implemented by a class, returns xml comment template for given node in the text.
string GetCommentTemplate(Point position, ISyntaxNode node, string comment)
Parameters
positionPointSpecifies position within the text.
nodeISyntaxNodeSpecifies node at given position.
commentstringSpecifies xml comment starting string.
Returns
- string
Xml comment template.