IVsCompletionSetBuilder Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
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^, array<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:
