IVsSolutionLoadManager 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
控制解决方案中项目的加载。 扩展程序可以使用此接口来设置项目的加载优先级或项目类型。
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() |