IVsProjectBuildMessageReporter Interface

 

Provides project hierarchies the ability to intercept build messages (errors, warnings, and so on) for that project for the purposes of custom reporting.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[GuidAttribute("359BF057-DA83-455C-9B72-EC00CB478C85")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectBuildMessageReporter

NameDescription
System_CAPS_pubmethodAdviseProjectBuildMessageEvents(IVsProjectBuildMessageEvents, UInt32)

Subscribes the project hierarchy to the build message event.

System_CAPS_pubmethodUnadviseProjectBuildMessageEvents(UInt32)

Unsubscribes the project hierarchy to the build message event.

This interface is queried from the object implementing the root IVsHierarchy for the project.

Return to top
Show: