Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("CB570E9B-7B88-4159-9819-6F7E71EFFA95")> _
Public Interface IVsCompletionSetBuilder
[InterfaceTypeAttribute()]
[GuidAttribute("CB570E9B-7B88-4159-9819-6F7E71EFFA95")]
public interface IVsCompletionSetBuilder
[InterfaceTypeAttribute()]
[GuidAttribute(L"CB570E9B-7B88-4159-9819-6F7E71EFFA95")]
public interface class IVsCompletionSetBuilder
[<InterfaceTypeAttribute()>]
[<GuidAttribute("CB570E9B-7B88-4159-9819-6F7E71EFFA95")>]
type IVsCompletionSetBuilder =  interface end
public interface IVsCompletionSetBuilder
The IVsCompletionSetBuilder type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | GetBuilderCount | |
| .gif) | GetBuilderDescriptionText | Gets the builder description | 
| .gif) | GetBuilderDisplayText | Gets the builder’s display text. | 
| .gif) | GetBuilderImageList | Gets the images used by the builder. | 
| .gif) | GetBuilderItemColor | Gets the foreground/background color. | 
| .gif) | OnBuilderCommit | Called when a builder has committed a completion set. | 
Top