Method InsertCodeSnippet
InsertCodeSnippet(ICodeSnippet, Point)
Inserts Code Snippet at the given position in the text
public virtual void InsertCodeSnippet(ICodeSnippet snippet, Point pos)
Parameters
snippet
ICodeSnippetCode Snippet to insert
pos
PointText Position
InsertCodeSnippet(ICodeSnippet, Point, Point, bool)
protected virtual void InsertCodeSnippet(ICodeSnippet snippet, Point startPos, Point endPos, bool useIndent)
Parameters
snippet
ICodeSnippetstartPos
PointendPos
PointuseIndent
bool