Method GetCommentTemplate
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.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
position
PointSpecifies position within the text.
node
ISyntaxNodeSpecifies node at given position.
comment
stringSpecifies xml comment starting string.
Returns
- string
Xml comment template.