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.
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)
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 | |
---|---|---|
![]() |
GetBuilderCount | Gets the number of completion sets. |
![]() |
GetBuilderDescriptionText | Gets the builder description |
![]() |
GetBuilderDisplayText | Gets the builder’s display text. |
![]() |
GetBuilderImageList | Gets the images used by the builder. |
![]() |
GetBuilderItemColor | Gets the foreground/background color. |
![]() |
OnBuilderCommit | Called when a builder has committed a completion set. |
Top