Interfaccia IVsIntellisenseCompletor
Utilizzato per creare e visualizzare una finestra di completor
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("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")> _
Public Interface IVsIntellisenseCompletor _
Inherits IOleCommandTarget
[InterfaceTypeAttribute()]
[GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface IVsIntellisenseCompletor : IOleCommandTarget
[InterfaceTypeAttribute()]
[GuidAttribute(L"05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface class IVsIntellisenseCompletor : IOleCommandTarget
[<InterfaceTypeAttribute()>]
[<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
type IVsIntellisenseCompletor =
interface
interface IOleCommandTarget
end
public interface IVsIntellisenseCompletor extends IOleCommandTarget
Il tipo IVsIntellisenseCompletor espone i seguenti membri.
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) | (Ereditato da IOleCommandTarget) |
![]() |
Exec(Guid%, UInt32, UInt32, Object%, Object%) | |
![]() |
GetCompletionSpan | Restituisce l'intervallo di completor. |
![]() |
GetHeight | Ottiene l'altezza del completor IntelliSense. |
![]() |
GetWidth | ottiene la larghezza di completor. |
![]() |
GetWindowHandle | Ottiene un handle di finestra di completor. |
![]() |
Hide | Nasconde il completor IntelliSense. |
![]() |
Initialize | Inizializza il completor IntelliSense. |
![]() |
IsActive | determina se il completor è attivo. |
![]() |
QueryStatus(Guid, UInt32, OLECMD, IntPtr) | (Ereditato da IOleCommandTarget) |
![]() |
QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) | |
![]() |
SetLocation | Imposta la posizione di completor. |
![]() |
Update | Aggiorna il completor IntelliSense. |
In alto