Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("4371079A-47C3-4B7A-93AE-BFB90FEDB8F0")> _
Public Interface IVsIntellisenseEngine
'Utilisation
Dim instance As IVsIntellisenseEngine
[InterfaceTypeAttribute()]
[GuidAttribute("4371079A-47C3-4B7A-93AE-BFB90FEDB8F0")]
public interface IVsIntellisenseEngine
[InterfaceTypeAttribute()]
[GuidAttribute(L"4371079A-47C3-4B7A-93AE-BFB90FEDB8F0")]
public interface class IVsIntellisenseEngine
public interface IVsIntellisenseEngine