다음을 통해 공유


IVsTextViewIntellisenseHost 인터페이스

코어 편집기 intellisense 호스트 표준 편집기 뷰를 제공 합니다.

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

구문

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")> _
Public Interface IVsTextViewIntellisenseHost _
    Inherits IVsIntellisenseHost
[InterfaceTypeAttribute()]
[GuidAttribute("0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")]
public interface IVsTextViewIntellisenseHost : IVsIntellisenseHost
[InterfaceTypeAttribute()]
[GuidAttribute(L"0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")]
public interface class IVsTextViewIntellisenseHost : IVsIntellisenseHost
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0816A38B-2B41-4D2A-B1FF-23C1E28D8A18")>]
type IVsTextViewIntellisenseHost =  
    interface 
        interface IVsIntellisenseHost 
    end
public interface IVsTextViewIntellisenseHost extends IVsIntellisenseHost

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

메서드

  이름 설명
Public 메서드 AfterCompletorCommit
Public 메서드 BeforeCompletorCommit
Public 메서드 Exec
Public 메서드 GetContextBuffer 컨텍스트 버퍼입니다.
Public 메서드 GetContextCaretPos
Public 메서드 GetContextFocalPoint "초점" 또는 컨텍스트를 시작 지점으로 간주 됩니다 컨텍스트 버퍼에 위치
Public 메서드 GetContextLocation
Public 메서드 GetContextSelection
Public 메서드 GetHostFlags 호스트 플래그 (위의 IntellisenseHostFlags 열거형을 참조 하십시오.)
Public 메서드 GetHostWindow
Public 메서드 GetServiceProvider
Public 메서드 GetSmartTagRect
Public 메서드 GetSubjectCaretPos
Public 메서드 GetSubjectSelection
Public 메서드 GetSubjectText Intellisense가 작동 하는 텍스트입니다.
Public 메서드 HighlightMatchingBrace
Public 메서드 QueryStatus
Public 메서드 ReplaceSubjectTextSpan 제목 텍스트를 편집 합니다.E_FAIL (또는 무언가) CR/LFs 텍스트를 포함 하 고 IHF_SINGLELINESUBJECT 플래그를 포함 하는 경우 반환 됩니다.
Public 메서드 SetContextCaretPos 캐럿/선택 설정 컨텍스트 버퍼를 기준으로 합니다.편집 버퍼를 통해 수행 해야 합니다.
Public 메서드 SetContextSelection
Public 메서드 SetSubjectCaretPos 제목 텍스트에 대 한 캐럿/선택 관리 합니다.IHF_NOSEPARATESUBJECT 플래그가 설정 되어 있으면 모든 E_NOTIMPL을 반환 합니다.
Public 메서드 SetSubjectFromPrimaryBuffer 범위는 기본 버퍼를 설정합니다.
Public 메서드 SetSubjectSelection
Public 메서드 UpdateCompletionStatus Intellisense UI를 처리 합니다.
Public 메서드 UpdateSmartTagWindow
Public 메서드 UpdateTipWindow

위쪽

참고 항목

참조

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