다음을 통해 공유


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 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 GetContextIcon Get the image index of the context icon for the given item. If piGlyph == -1, no icon is displayed.
Public 메서드 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 네임스페이스