Interfaccia IVsTextViewIntellisenseHost
L'editor principale è fornito l'host di intellisense per le visualizzazioni standard dell'editor.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintassi
'Dichiarazione
<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
Il tipo IVsTextViewIntellisenseHost espone i seguenti membri.
Metodi
Nome | Descrizione | |
---|---|---|
AfterCompletorCommit | ||
BeforeCompletorCommit | ||
Exec | ||
GetContextBuffer | Il buffer del contesto. | |
GetContextCaretPos | ||
GetContextFocalPoint | “Il punto focale„ o posizione nel buffer del contesto che deve essere considerato il punto iniziale di contesto | |
GetContextLocation | ||
GetContextSelection | ||
GetHostFlags | Flag host (vedere enum di IntellisenseHostFlags precedente) | |
GetHostWindow | ||
GetServiceProvider | ||
GetSmartTagRect | ||
GetSubjectCaretPos | ||
GetSubjectSelection | ||
GetSubjectText | Il testo su cui Intellisense dovrebbe funzionare. | |
HighlightMatchingBrace | ||
QueryStatus | ||
ReplaceSubjectTextSpan | testo tematico di modifica.E_FAIL di ritorno (o simile) se il testo contiene CR/LFs flag e contengono IHF_SINGLELINESUBJECT. | |
SetContextCaretPos | Impostazione selezione del cursore rispetto al buffer del contesto.Qualsiasi modifica deve essere effettuata tramite un buffer. | |
SetContextSelection | ||
SetSubjectCaretPos | Gestione selezione del cursore di testo tematico.Viene sempre restituito E_NOTIMPL se IHF_NOSEPARATESUBJECT viene impostato in flag. | |
SetSubjectFromPrimaryBuffer | Imposta l'intervallo dal buffer primario. | |
SetSubjectSelection | ||
UpdateCompletionStatus | Gestione dell'interfaccia utente di Intellisense. | |
UpdateSmartTagWindow | ||
UpdateTipWindow |
In alto