IVsIntellisenseCompletor (Interfaz)
Se utiliza para crear y mostrar una ventana completor
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxis
'Declaración
<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
El tipo IVsIntellisenseCompletor expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) | (Se hereda de IOleCommandTarget). | |
Exec(Guid%, UInt32, UInt32, Object%, Object%) | ||
GetCompletionSpan | Devuelve el intervalo completor. | |
GetHeight | Obtiene el alto completor de IntelliSense. | |
GetWidth | Obtiene el ancho completor. | |
GetWindowHandle | Obtiene un identificador de la ventana completor. | |
Hide | oculta el completor de IntelliSense. | |
Initialize | Inicializa el completor de IntelliSense. | |
IsActive | Determina si el completor está activa. | |
QueryStatus(Guid, UInt32, OLECMD, IntPtr) | (Se hereda de IOleCommandTarget). | |
QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) | ||
SetLocation | Establece la ubicación completor. | |
Update | actualiza el completor de IntelliSense. |
Arriba
Vea también
Referencia
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)