IVsSolutionBuildManager5 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供对 IVsUpdateSolutionEvents4 事件的访问。
public interface class IVsSolutionBuildManager5
public interface class IVsSolutionBuildManager5
__interface IVsSolutionBuildManager5
[System.Runtime.InteropServices.Guid("75D64352-C2F9-4BF8-9C89-57CFE548BF75")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolutionBuildManager5
[<System.Runtime.InteropServices.Guid("75D64352-C2F9-4BF8-9C89-57CFE548BF75")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolutionBuildManager5 = interface
Public Interface IVsSolutionBuildManager5
- 属性
方法
| AdviseUpdateSolutionEvents4(IVsUpdateSolutionEvents4, UInt32) |
订阅更新解决方案事件。 |
| AdviseUpdateSolutionEventsAsync(IVsUpdateSolutionEventsAsync, UInt32) | |
| FindActiveProjectCfgName(Guid, String) |
获取全名 (例如 "Debug |处于活动解决方案配置中的项目配置的 Win32 ") 。 |
| UnadviseUpdateSolutionEvents4(UInt32) |
禁用更新解决方案事件的客户端通知。 |
| UnadviseUpdateSolutionEventsAsync(UInt32) | |