다음을 통해 공유


VsIntellisenseCompletor 인터페이스

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop.8.0(Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

구문

‘선언
<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")> _
Public Interface VsIntellisenseCompletor _
    Inherits IVsIntellisenseCompletor
[GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface VsIntellisenseCompletor : IVsIntellisenseCompletor
[GuidAttribute(L"05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface class VsIntellisenseCompletor : IVsIntellisenseCompletor
[<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
type VsIntellisenseCompletor =  
    interface 
        interface IVsIntellisenseCompletor 
    end
public interface VsIntellisenseCompletor extends IVsIntellisenseCompletor

VsIntellisenseCompletor 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 Exec(Guid%, UInt32, UInt32, Object%, Object%) (IVsIntellisenseCompletor에서 상속됨)
Public 메서드 GetCompletionSpan Completor 범위를 반환합니다. (IVsIntellisenseCompletor에서 상속됨)
Public 메서드 GetHeight IntelliSense completor의 높이 가져옵니다. (IVsIntellisenseCompletor에서 상속됨)
Public 메서드 GetWidth Completor 너비를 가져옵니다. (IVsIntellisenseCompletor에서 상속됨)
Public 메서드 GetWindowHandle Completor 창에 대 한 핸들을 가져옵니다. (IVsIntellisenseCompletor에서 상속됨)
Public 메서드 Hide IntelliSense completor를 표시 되지 않습니다. (IVsIntellisenseCompletor에서 상속됨)
Public 메서드 Initialize IntelliSense completor를 초기화합니다. (IVsIntellisenseCompletor에서 상속됨)
Public 메서드 IsActive Completor는 활성 상태 인지 여부를 확인 합니다. (IVsIntellisenseCompletor에서 상속됨)
Public 메서드 QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) (IVsIntellisenseCompletor에서 상속됨)
Public 메서드 SetLocation Completor 위치를 설정합니다. (IVsIntellisenseCompletor에서 상속됨)
Public 메서드 Update IntelliSense completor를 업데이트합니다. (IVsIntellisenseCompletor에서 상속됨)

위쪽

참고 항목

참조

Microsoft.VisualStudio.TextManager.Interop 네임스페이스