Interface IVsIntellisenseCompletor
Usado para criar e exibir uma janela de completor
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxe
'Declaração
<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
O tipo IVsIntellisenseCompletor expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) | (Herdado de IOleCommandTarget.) | |
Exec(Guid%, UInt32, UInt32, Object%, Object%) | ||
GetCompletionSpan | Retorna a extensão completor. | |
GetHeight | Obtém a altura de completor a IntelliSense. | |
GetWidth | Obtém a largura de completor. | |
GetWindowHandle | Obtém um identificador para a janela de completor. | |
Hide | Oculta o completor de IntelliSense. | |
Initialize | Inicializa o completor de IntelliSense. | |
IsActive | Determina se o completor está ativa. | |
QueryStatus(Guid, UInt32, OLECMD, IntPtr) | (Herdado de IOleCommandTarget.) | |
QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) | ||
SetLocation | Define o local de completor. | |
Update | Atualiza o completor de IntelliSense. |
Superior