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