IVsCompletionSetBuilder Interface
Visual Studio 2015
Provides capabilities for building completion sets for statement completion.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetBuilderCount(Int32) | Gets the number of completion sets. |
![]() | GetBuilderDescriptionText(Int32, String) | Gets the builder description |
![]() | GetBuilderDisplayText(Int32, String, Int32[]) | Gets the builder’s display text. |
![]() | GetBuilderImageList(IntPtr) | Gets the images used by the builder. |
![]() | GetBuilderItemColor(Int32, UInt32, UInt32) | Gets the foreground/background color. |
![]() | OnBuilderCommit(Int32) | Called when a builder has committed a completion set. |
Show:
