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.

public interface class IVsIntellisenseEngine
public interface class IVsIntellisenseEngine
__interface IVsIntellisenseEngine
[System.Runtime.InteropServices.Guid("4371079A-47C3-4B7A-93AE-BFB90FEDB8F0")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsIntellisenseEngine
[<System.Runtime.InteropServices.Guid("4371079A-47C3-4B7A-93AE-BFB90FEDB8F0")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsIntellisenseEngine = interface
Public Interface 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