Method ProcessSnippetBody
ProcessSnippetBody(string, Point, out string)
When implemented by a class, checks whether snippet body code needs inserting.
bool ProcessSnippetBody(string text, Point position, out string code)
Parameters
text
stringSpecifies source text.
position
PointSpecifies current position in text.
code
stringOutput parameter to return code fragment to be inserted.
Returns
- bool
True if snippet body code needed; otherwise false.