Method CodeCompletion
CodeCompletion(string, StringItemInfo[], Point, CodeCompletionArgs)
When implemented by a class, performs code completion for the specified text representing language element.
void CodeCompletion(string text, StringItemInfo[] textData, Point position, CodeCompletionArgs e)
Parameters
textstringSpecifies source text.
textDataStringItemInfo[]Specifies data containing color information for the given string.
positionPointSpecifies current position in text.
eCodeCompletionArgsContains data for the code completion.
CodeCompletion(string, StringItemInfo[], Point, bool, CodeCompletionArgs)
When implemented by a class, performs code completion for the specified text representing language element.
void CodeCompletion(string text, StringItemInfo[] textData, Point position, bool useThread, CodeCompletionArgs e)
Parameters
textstringSpecifies source text.
textDataStringItemInfo[]Specifies data containing color information for the given string.
positionPointSpecifies current position in text.
useThreadboolSpecifies whether parser should perform the task in the separate thread.
eCodeCompletionArgsContains data for the code completion.