Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Enables a project hierarchy node to notify listeners of events that change what appears in IntelliSense tooltips, as well as retrieving particular project information. You can get an instance of the interface from the SVsIntellisenseProjectManager (SID_SVsIntellisenseProjectManager) service. Used with contained languages.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaración
<GuidAttribute("B299765F-1FC2-41A7-BEC1-64721D86E658")> _
<InterfaceTypeAttribute()> _
Public Interface IVsIntellisenseProjectManager
'Uso
Dim instance As IVsIntellisenseProjectManager
[GuidAttribute("B299765F-1FC2-41A7-BEC1-64721D86E658")]
[InterfaceTypeAttribute()]
public interface IVsIntellisenseProjectManager
[GuidAttribute(L"B299765F-1FC2-41A7-BEC1-64721D86E658")]
[InterfaceTypeAttribute()]
public interface class IVsIntellisenseProjectManager
public interface IVsIntellisenseProjectManager
Remarks
For more information about contained languages, see Contained Languages.