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