Interface IVsTextViewIntellisenseHost
Editor núcleo fornecido host intellisense para modos de exibição padrão do editor.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxe
'Declaração
<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
O tipo IVsTextViewIntellisenseHost expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
![]() |
AfterCompletorCommit | |
![]() |
BeforeCompletorCommit | |
![]() |
Exec | |
![]() |
GetContextBuffer | O buffer de contexto. |
![]() |
GetContextCaretPos | |
![]() |
GetContextFocalPoint | O "ponto focal" ou a posição no buffer de contexto que deve ser considerada o ponto de partida de contexto |
![]() |
GetContextLocation | |
![]() |
GetContextSelection | |
![]() |
GetHostFlags | Sinalizadores de host (consulte a enumeração de IntellisenseHostFlags acima) |
![]() |
GetHostWindow | |
![]() |
GetServiceProvider | |
![]() |
GetSmartTagRect | |
![]() |
GetSubjectCaretPos | |
![]() |
GetSubjectSelection | |
![]() |
GetSubjectText | O texto no qual o Intellisense deve operar. |
![]() |
HighlightMatchingBrace | |
![]() |
QueryStatus | |
![]() |
ReplaceSubjectTextSpan | A edição de texto do assunto.Retorne E_FAIL (ou algo), se o texto contém CR/LFs e os sinalizadores contêm IHF_SINGLELINESUBJECT. |
![]() |
SetContextCaretPos | Configuração de cursor/seleção relativo para o buffer de contexto.Qualquer edição deve ser feito por meio de buffer. |
![]() |
SetContextSelection | |
![]() |
SetSubjectCaretPos | Gerenciamento de cursor/seleção de texto do assunto.Todos retornam E_NOTIMPL se IHF_NOSEPARATESUBJECT é definido em flags. |
![]() |
SetSubjectFromPrimaryBuffer | Define a extensão do buffer principal. |
![]() |
SetSubjectSelection | |
![]() |
UpdateCompletionStatus | IntelliSense UI de tratamento. |
![]() |
UpdateSmartTagWindow | |
![]() |
UpdateTipWindow |
Superior