IVsCompletionSet Members
Include Protected Members
Include Inherited Members
Provides statement completion capabilities for the language service.
The IVsCompletionSet type exposes the following members.
Methods
Name
Description
Releases the completion set when it is no longer needed.
Determines the index of the closest matching completion set, given what has been typed so far.
Returns the number of items in the completion set.
Returns text describing the indicated item in the completion set.
Returns the text of a completion set item as it appears in the completion set list.
Returns flags indicating specific behaviors of this completion set.
Returns the list of images (glyphs) supported by the completion set.
Determines where to display the completion set list in the editor.
Determines how text is completed.
Top