IVsProjectBuildMessageReporter Interface
Visual Studio 2015
Provides project hierarchies the ability to intercept build messages (errors, warnings, and so on) for that project for the purposes of custom reporting.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseProjectBuildMessageEvents(IVsProjectBuildMessageEvents, UInt32) | Subscribes the project hierarchy to the build message event. |
![]() | UnadviseProjectBuildMessageEvents(UInt32) | Unsubscribes the project hierarchy to the build message event. |
This interface is queried from the object implementing the root IVsHierarchy for the project.
Show:
