IVsCompletionSet3 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 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 |
GetContextImageList(IntPtr) |
Gets the list of context images supported by this completion set. |