IVsIntellisenseCompletor Interface

Definição

Usado para criar e exibir uma janela de conclusão

public interface class IVsIntellisenseCompletor : Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget
public interface class IVsIntellisenseCompletor : Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget
__interface IVsIntellisenseCompletor : Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget
[System.Runtime.InteropServices.Guid("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsIntellisenseCompletor : Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget
[<System.Runtime.InteropServices.Guid("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsIntellisenseCompletor = interface
    interface IOleCommandTarget
Public Interface IVsIntellisenseCompletor
Implements IOleCommandTarget
Derivado
Atributos
Implementações

Métodos

Exec(Guid, UInt32, UInt32, IntPtr, IntPtr)

Executa o comando especificado.

(Herdado de IOleCommandTarget)
Exec(Guid, UInt32, UInt32, Object, Object)

Executa a conclusão.

GetCompletionSpan(TextSpan[])

Retorna o intervalo completo.

GetHeight(UInt32)

Obtém a altura do completo do IntelliSense.

GetWidth(UInt32)

Obtém a largura do completo.

GetWindowHandle(IntPtr)

Obtém um identificador para a janela do completo.

Hide()

Oculta o completo do IntelliSense.

Initialize(IVsIntellisenseHost, IntPtr)

Inicializa o completo do IntelliSense.

IsActive(Int32)

Determina se o completo está ativo.

QueryStatus(Guid, UInt32, OLECMD[], IntPtr)

Consulta o objeto para saber o status de um ou mais comandos gerados pelos eventos da interface do usuário.

(Herdado de IOleCommandTarget)
QueryStatus(Guid, UInt32, OLECMD[], OLECMDTEXT[])

Obtém o status do completo.

SetLocation(POINT[])

Define o local do completo.

Update(IVsCompletionSet, UInt32)

Atualiza o completo do IntelliSense.

Aplica-se a