IVsCompletionSet3 Interface

Definition

Provides statement completion capabilities for the language service.

public interface class IVsCompletionSet3
public interface class IVsCompletionSet3
__interface IVsCompletionSet3
[System.Runtime.InteropServices.Guid("B30B03B0-DB30-43C7-A959-C81522988F8E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsCompletionSet3
[<System.Runtime.InteropServices.Guid("B30B03B0-DB30-43C7-A959-C81522988F8E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsCompletionSet3 = interface
Public Interface IVsCompletionSet3
Attributes

Remarks

Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.

Methods

GetContextIcon(Int32, Int32)

Get the image index of the context icon for the given item. If piGlyph == -1, no icon is displayed.

GetContextImageList(IntPtr)

Gets the list of context images supported by this completion set.

Applies to