IAutoCompleteItemsProvider Methods
If implemented, enables you to obtain the list of suggestions corresponding to a specific part of an expression.| Name | Description |
|---|---|
| GetAutoCompleteItems(String, Int32) | Returns the collection of suggestions corresponding to a specific caret position within an expression. |
See Also