Method GetCompletionType
GetCompletionType(char)
Obtains type of code completion window from specifies char
parameter.
public override CodeCompletionType GetCompletionType(char ch)
Parameters
ch
charContains char being typed.
Returns
- CodeCompletionType
CodeCompletionType
data of window to popup.