IVsProjectBuildMessageEvents Interface

Definition

Provides an event sink for IVsProjectBuildMessageReporter.

public interface class IVsProjectBuildMessageEvents
public interface class IVsProjectBuildMessageEvents
__interface IVsProjectBuildMessageEvents
[System.Runtime.InteropServices.Guid("7FBEA20B-68A9-48EC-9032-114268286B24")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectBuildMessageEvents
[<System.Runtime.InteropServices.Guid("7FBEA20B-68A9-48EC-9032-114268286B24")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectBuildMessageEvents = interface
Public Interface IVsProjectBuildMessageEvents
Attributes

Remarks

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

Methods

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).

Applies to