IVsSolution4 Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

NameDescription
System_CAPS_pubmethodEnsureProjectIsLoaded(Guid, UInt32)

Ensures that this project and all required dependencies are loaded.

System_CAPS_pubmethodEnsureProjectsAreLoaded(UInt32, array<Guid>^, UInt32)

Ensures that the specified list of projects and all required dependencies are loaded.

System_CAPS_pubmethodEnsureSolutionIsLoaded(UInt32)

Forces the loading of the entire solution synchronously before this function returns.

System_CAPS_pubmethodIsBackgroundSolutionLoadEnabled(Boolean)

Determines whether the background solution load feature has already been enabled (VSPROPID_ActiveSolutionLoadManager has been set).

System_CAPS_pubmethodReloadProject(Guid)

Reloads a single unloaded project without requiring any dependencies to be loaded.

System_CAPS_pubmethodUnloadProject(Guid, UInt32)

Unloads a project and sets the reason for unloading it.

System_CAPS_pubmethodWriteUserOptsFile()

Writes the solution user options file (.suo).

Return to top
Show: