IVsProjectBuildMessageEvents Interface

 

Provides an event sink for IVsProjectBuildMessageReporter.

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("7FBEA20B-68A9-48EC-9032-114268286B24")]
public interface IVsProjectBuildMessageEvents

NameDescription
System_CAPS_pubmethodOnBuildMessage(UInt32, String, String, String, Int32, Int32, Int32, Int32, String, Object)

Called for every build message received from the build system by the implementer of IVsProjectBuildMessageReporter. This method is called before the implementer does any usual processing of the message (such as creating a corresponding Error List item, and so on).

The thread from which the methods of this interface are invoked is unspecified, and in particular it might not be the UI thread.

Return to top
Show: