Table of Contents

Method ProcessSnippetBody

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

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 string

Specifies source text.

position Point

Specifies current position in text.

code string

Output parameter to return code fragment to be inserted.

Returns

bool

True if snippet body code needed; otherwise false.