IVsProjectBuildMessageReporter 接口

定义

提供项目层次结构,以便为自定义报表的目的,截获该项目的生成消息 (错误、警告等) 。

public interface class IVsProjectBuildMessageReporter
public interface class IVsProjectBuildMessageReporter
__interface IVsProjectBuildMessageReporter
[System.Runtime.InteropServices.Guid("359BF057-DA83-455C-9B72-EC00CB478C85")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectBuildMessageReporter
[<System.Runtime.InteropServices.Guid("359BF057-DA83-455C-9B72-EC00CB478C85")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectBuildMessageReporter = interface
Public Interface IVsProjectBuildMessageReporter
属性

注解

此接口从实现项目根的对象进行查询 IVsHierarchy

方法

AdviseProjectBuildMessageEvents(IVsProjectBuildMessageEvents, UInt32)

将项目层次结构订阅到生成消息事件。

UnadviseProjectBuildMessageEvents(UInt32)

向生成消息事件取消订阅项目层次结构。

适用于