IVsProjectBuildMessageEvents Interface
Visual Studio 2015
Provides an event sink for IVsProjectBuildMessageReporter.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | OnBuildMessage(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.
Show:
