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 | |
---|---|---|
Dismiss | Releases the completion set when it is no longer needed. | |
GetBestMatch | Determines the index of the closest matching completion set, given what has been typed so far. | |
GetCount | Returns the number of items in the completion set. | |
GetDescriptionText | Returns text describing the indicated item in the completion set. | |
GetDisplayText | Returns the text of a completion set item as it appears in the completion set list. | |
GetFlags | Returns flags indicating specific behaviors of this completion set. | |
GetImageList | Returns the list of images (glyphs) supported by the completion set. | |
GetInitialExtent | Determines where to display the completion set list in the editor. | |
OnCommit | Determines how text is completed. |
Top