Method GetXmlCommentTemplate
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v10.dll
GetXmlCommentTemplate(Point, ISyntaxNode, string)
Returns xml comment template for given node in the text.
public virtual string GetXmlCommentTemplate(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.