Interfaccia VsIntellisenseCompletor
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintassi
'Dichiarazione
<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
Il tipo VsIntellisenseCompletor espone i seguenti membri.
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Exec(Guid%, UInt32, UInt32, Object%, Object%) | (Ereditato da IVsIntellisenseCompletor) |
![]() |
GetCompletionSpan | Restituisce l'intervallo di completor. (Ereditato da IVsIntellisenseCompletor) |
![]() |
GetHeight | Ottiene l'altezza del completor IntelliSense. (Ereditato da IVsIntellisenseCompletor) |
![]() |
GetWidth | ottiene la larghezza di completor. (Ereditato da IVsIntellisenseCompletor) |
![]() |
GetWindowHandle | Ottiene un handle di finestra di completor. (Ereditato da IVsIntellisenseCompletor) |
![]() |
Hide | Nasconde il completor IntelliSense. (Ereditato da IVsIntellisenseCompletor) |
![]() |
Initialize | Inizializza il completor IntelliSense. (Ereditato da IVsIntellisenseCompletor) |
![]() |
IsActive | determina se il completor è attivo. (Ereditato da IVsIntellisenseCompletor) |
![]() |
QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) | (Ereditato da IVsIntellisenseCompletor) |
![]() |
SetLocation | Imposta la posizione di completor. (Ereditato da IVsIntellisenseCompletor) |
![]() |
Update | Aggiorna il completor IntelliSense. (Ereditato da IVsIntellisenseCompletor) |
In alto