CompletionSet Methods
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Closes the completion list display. |
![]() | CompareItems(String^, String^, Int32, Int32) | Compares two strings for the specified number of characters. |
![]() | DecreaseFilterLevel(Int32) | Changes the level of the internal filter list and updates it, showing common items. |
![]() | Dismiss() | Called when the completion list is no longer needed. |
![]() | Dispose() | Deallocates any resources just before the CompletionSet object is destroyed. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBestMatch(String^, Int32, Int32, UInt32) | Determines which item in the list is the best match for the text typed so far by the user. |
![]() | GetCompletionItemColor(Int32, UInt32, UInt32) | Gets the foreground and background colors for a selected item. |
![]() | GetCount() | Gets the number of items that can be displayed in the completion list. |
![]() | GetDescriptionText(Int32, String^) | Gets a description for the specified item in the completion list. |
![]() | GetDisplayText(Int32, String^, array<Int32>^) | Gets the text and image index to display in the completion list for the specified item. |
![]() | GetFilterLevel(Int32) | Gets the current filter level. |
![]() | GetFlags() | Gets a set of flags specifying the behavior of the completion list. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetImageList(IntPtr) | Returns the image list to use for the glyphs in the completion list. |
![]() | GetInitialExtent(Int32, Int32, Int32) | Gets the initial extent of the text to be completed. |
![]() | GetType() | (Inherited from Object.) |
![]() | IncreaseFilterLevel(Int32) | Show in the completion list the members of the specified type. |
![]() | Init(IVsTextView^, Declarations^, Boolean) | Initializes the completion set object. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnAutoComplete() | Called after completion text has been committed to the source file. |
![]() | OnCommit(String^, Int32, Int32, UInt16, String^) | Gets the text to be inserted into the source file if the specified character is a commit character. |
![]() | OnCommitComplete() | Called after the text has been committed. |
![]() | ToString() | (Inherited from Object.) |

