Interface IVsIntellisenseEngine
Permite que um nó de hierarquia do projeto carregar ou descarregar arquivos como parte do suporte para IntelliSense.Carregamento e descarregamento gera eventos que podem ser alteradas, o que exibe o IntelliSense.Você pode obter uma instância da interface da SVsIntellisenseEngine (SID_SVsIntelliSenseEngine) de serviço.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
[InterfaceTypeAttribute(1)]
[GuidAttribute("4371079A-47C3-4B7A-93AE-BFB90FEDB8F0")]
public interface IVsIntellisenseEngine
[InterfaceTypeAttribute(1)]
[GuidAttribute("4371079A-47C3-4B7A-93AE-BFB90FEDB8F0")]
public interface class IVsIntellisenseEngine
[<InterfaceTypeAttribute(1)>]
[<GuidAttribute("4371079A-47C3-4B7A-93AE-BFB90FEDB8F0")>]
type IVsIntellisenseEngine = interface end
<InterfaceTypeAttribute(1)>
<GuidAttribute("4371079A-47C3-4B7A-93AE-BFB90FEDB8F0")>
Public Interface IVsIntellisenseEngine
Métodos
Nome | Descrição | |
---|---|---|
Load() | Garante que o mecanismo Intellisense é carregado.Chamado por C# refatoração. |
|
SupportsLoad() | Indica se ou não um arquivo oferece suporte a um método de carga.Usado por C# refatoração. |
|
Unload() | Garante que o mecanismo Intellisense é descarregado.Chamado por C# refatoração. |
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo