IVsCompletionSetBuilder Interface

 

Provides capabilities for building completion sets for statement completion.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("CB570E9B-7B88-4159-9819-6F7E71EFFA95")]
public interface IVsCompletionSetBuilder

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, 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: