IVsSolution4 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods for managed loading of the projects in a solution.
public interface class IVsSolution4
public interface class IVsSolution4
__interface IVsSolution4
[System.Runtime.InteropServices.Guid("D2FB5B25-EAF0-4BE9-8E9B-F2C662AB9826")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolution4
[<System.Runtime.InteropServices.Guid("D2FB5B25-EAF0-4BE9-8E9B-F2C662AB9826")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolution4 = interface
Public Interface IVsSolution4
- Attributes
Methods
EnsureProjectIsLoaded(Guid, UInt32) |
Obsolete.
Ensures that this project and all required dependencies are loaded. |
EnsureProjectsAreLoaded(UInt32, Guid[], UInt32) |
Obsolete.
Ensures that the specified list of projects and all required dependencies are loaded. |
EnsureSolutionIsLoaded(UInt32) |
Obsolete.
Forces the loading of the entire solution synchronously before this function returns. |
IsBackgroundSolutionLoadEnabled(Boolean) |
Obsolete.
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). |