IVsIntellisenseEngine Interface

Definition

Enables a project hierarchy node to load or unload files as part of support for IntelliSense. Loading and unloading generates events that may change what IntelliSense displays. You can get an instance of the interface from the SVsIntellisenseEngine (SID_SVsIntelliSenseEngine) service.

C++/CX
public interface class IVsIntellisenseEngine
Attributes

Methods

Load()

Ensures the Intellisense engine is loaded. Called by C# refactoring.

SupportsLoad()

Indicates whether or not a file supports a Load method. Used by C# refactoring.

Unload()

Ensures the Intellisense engine is unloaded. Called by C# refactoring.

Applies to

Produit Versions
Visual Studio SDK 2015, 2017, 2019, 2022