IVsIntellisenseProjectManager Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseIntellisenseProjectEvents(IVsIntellisenseProjectEventSink^, UInt32) | 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(String^, IVsContainedLanguageFactory^) | 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(UInt32) | Disconnects an event sink. The inverse of AdviseIntellisenseProjectEvents. |
Show:
