Compartir a través de


IVsCompletionSet3 (Interfaz)

Provides statement completion capabilities for the language service.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (en Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

Sintaxis

'Declaración
<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

El tipo IVsCompletionSet3 expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público GetContextIcon Get the image index of the context icon for the given item. If piGlyph == -1, no icon is displayed.
Método público GetContextImageList Gets the list of context images supported by this completion set.

Arriba

Comentarios

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.

Vea también

Referencia

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)