IVsCompletionSetBuilder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides capabilities for building completion sets for statement completion.
public interface class IVsCompletionSetBuilder
public interface class IVsCompletionSetBuilder
__interface IVsCompletionSetBuilder
[System.Runtime.InteropServices.Guid("CB570E9B-7B88-4159-9819-6F7E71EFFA95")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCompletionSetBuilder
[System.Runtime.InteropServices.Guid("CB570E9B-7B88-4159-9819-6F7E71EFFA95")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsCompletionSetBuilder
[<System.Runtime.InteropServices.Guid("CB570E9B-7B88-4159-9819-6F7E71EFFA95")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCompletionSetBuilder = interface
[<System.Runtime.InteropServices.Guid("CB570E9B-7B88-4159-9819-6F7E71EFFA95")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsCompletionSetBuilder = interface
Public Interface IVsCompletionSetBuilder
- Attributes
Methods
GetBuilderCount(Int32) |
Gets the number of completion sets. |
GetBuilderDescriptionText(Int32, String) |
Gets the builder description |
GetBuilderDisplayText(Int32, String, 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. |