IVsCompletionSet3 接口

Provides statement completion capabilities for the language service.

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime(在 Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll 中)

语法

声明
<GuidAttribute("B30B03B0-DB30-43C7-A959-C81522988F8E")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsCompletionSet3
[GuidAttribute("B30B03B0-DB30-43C7-A959-C81522988F8E")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsCompletionSet3
[GuidAttribute(L"B30B03B0-DB30-43C7-A959-C81522988F8E")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsCompletionSet3
[<GuidAttribute("B30B03B0-DB30-43C7-A959-C81522988F8E")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsCompletionSet3 =  interface end
public interface IVsCompletionSet3

IVsCompletionSet3 类型公开以下成员。

方法

  名称 说明
公共方法 GetContextIcon Get the image index of the context icon for the given item. If piGlyph == -1, no icon is displayed.
公共方法 GetContextImageList 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.

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间