IVsCompletionSetBuilder Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodGetBuilderCount(Int32)

Gets the number of completion sets.

System_CAPS_pubmethodGetBuilderDescriptionText(Int32, String^)

Gets the builder description

System_CAPS_pubmethodGetBuilderDisplayText(Int32, String^, array<Int32>^)

Gets the builder’s display text.

System_CAPS_pubmethodGetBuilderImageList(IntPtr)

Gets the images used by the builder.

System_CAPS_pubmethodGetBuilderItemColor(Int32, UInt32, UInt32)

Gets the foreground/background color.

System_CAPS_pubmethodOnBuilderCommit(Int32)

Called when a builder has committed a completion set.

Return to top
Show: