IVsIntellisenseCompletor, interface
Utilisé pour créer et afficher une fenêtre de completor
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntaxe
'Déclaration
<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
Le type IVsIntellisenseCompletor expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) | (Hérité de IOleCommandTarget.) | |
Exec(Guid%, UInt32, UInt32, Object%, Object%) | ||
GetCompletionSpan | Retourne l'étendue de completor. | |
GetHeight | Obtient la hauteur du completor d'Intellisense. | |
GetWidth | Obtient la largeur de completor. | |
GetWindowHandle | Obtient un handle vers la fenêtre de completor. | |
Hide | Masque le completor d'Intellisense. | |
Initialize | Initialise le completor d'Intellisense. | |
IsActive | Détermine si le completor est actif. | |
QueryStatus(Guid, UInt32, OLECMD, IntPtr) | (Hérité de IOleCommandTarget.) | |
QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) | ||
SetLocation | Définit l'emplacement de completor. | |
Update | Met à jour le completor d'Intellisense. |
Début