IVsCompletionSet Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Dismiss() | Releases the completion set when it is no longer needed. |
![]() | GetBestMatch(String^, Int32, Int32, UInt32) | 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(Int32, String^) | Returns text describing the indicated item in the completion set. |
![]() | GetDisplayText(Int32, String^, array<Int32>^) | 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(IntPtr) | Returns the list of images (glyphs) supported by the completion set. |
![]() | GetInitialExtent(Int32, Int32, Int32) | Determines where to display the completion set list in the editor. |
![]() | OnCommit(String^, Int32, Int32, UInt16, String^) | Determines how text is completed. |
Show:
