IVsSolution4 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | EnsureProjectIsLoaded(Guid, UInt32) | Ensures that this project and all required dependencies are loaded. |
![]() | EnsureProjectsAreLoaded(UInt32, array<Guid>^, UInt32) | Ensures that the specified list of projects and all required dependencies are loaded. |
![]() | EnsureSolutionIsLoaded(UInt32) | Forces the loading of the entire solution synchronously before this function returns. |
![]() | IsBackgroundSolutionLoadEnabled(Boolean) | Determines whether the background solution load feature has already been enabled (VSPROPID_ActiveSolutionLoadManager has been set). |
![]() | ReloadProject(Guid) | Reloads a single unloaded project without requiring any dependencies to be loaded. |
![]() | UnloadProject(Guid, UInt32) | Unloads a project and sets the reason for unloading it. |
![]() | WriteUserOptsFile() | Writes the solution user options file (.suo). |
Show:
