Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<GuidAttribute("B299765F-1FC2-41A7-BEC1-64721D86E658")> _
<InterfaceTypeAttribute()> _
Public Interface IVsIntellisenseProjectManager
[GuidAttribute("B299765F-1FC2-41A7-BEC1-64721D86E658")]
[InterfaceTypeAttribute()]
public interface IVsIntellisenseProjectManager
[GuidAttribute(L"B299765F-1FC2-41A7-BEC1-64721D86E658")]
[InterfaceTypeAttribute()]
public interface class IVsIntellisenseProjectManager
[<GuidAttribute("B299765F-1FC2-41A7-BEC1-64721D86E658")>]
[<InterfaceTypeAttribute()>]
type IVsIntellisenseProjectManager = interface end
public interface IVsIntellisenseProjectManager
The IVsIntellisenseProjectManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
AdviseIntellisenseProjectEvents | Registers an event sink to receive load status of an IntelliSense project. |
![]() |
CloseIntellisenseProject | Called by editors to explicitly close an Intellisense project. |
![]() |
CompleteIntellisenseProjectLoad | Called by editors when an Intellisense project is loading and the editor needs to ensure that loading is complete so that it can complete an action. |
![]() |
GetContainedLanguageFactory | Obtains the contained language factory for a given language. |
![]() |
OnEditorReady | Called by editors when they are ready. Use this method to delay generating compiler parameters to allow the project to refresh references. |
![]() |
UnadviseIntellisenseProjectEvents | Disconnects an event sink. The inverse of AdviseIntellisenseProjectEvents. |
Top
Remarks
For more information about contained languages, see Contained Languages.
.gif)