IVsSolutionLoadManager 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.
Controls the loading of projects in a solution. Extenders can use this interface to set the load priority of projects or types of projects.
public interface class IVsSolutionLoadManager
public interface class IVsSolutionLoadManager
__interface IVsSolutionLoadManager
[System.Runtime.InteropServices.Guid("DCF13D02-C7A2-427F-9F03-B3360257B301")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolutionLoadManager
[<System.Runtime.InteropServices.Guid("DCF13D02-C7A2-427F-9F03-B3360257B301")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolutionLoadManager = interface
Public Interface IVsSolutionLoadManager
- Attributes
Remarks
For more information about this interface, see Managing Project Loading in a Solution.
Methods
OnBeforeOpenProject(Guid, Guid, String, IVsSolutionLoadManagerSupport) |
Fired before each project is opened. |
OnDisconnect() |
Called when VSPROPID_ActiveSolutionLoadManager is cleared. |