IVsCompletionSet3 Interface

Visual Studio 2015
 

Provides statement completion capabilities for the language service.

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

[GuidAttribute("B30B03B0-DB30-43C7-A959-C81522988F8E")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsCompletionSet3

NameDescription
System_CAPS_pubmethodGetContextIcon(Int32, Int32)

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

System_CAPS_pubmethodGetContextImageList(IntPtr)

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

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.

Return to top
Show: