IVsSolutionLoadManager 接口

定义

控制解决方案中项目的加载。 扩展程序可以使用此接口来设置项目的加载优先级或项目类型。

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
属性

注解

有关此接口的详细信息,请参阅 管理解决方案中的项目加载

方法

OnBeforeOpenProject(Guid, Guid, String, IVsSolutionLoadManagerSupport)

在打开每个项目之前激发。

OnDisconnect()

清除时调用 VSPROPID_ActiveSolutionLoadManager

适用于