IVsProjectBuildMessageReporter::AdviseProjectBuildMessageEvents Method (IVsProjectBuildMessageEvents^, UInt32)

 

Subscribes the project hierarchy to the build message event.

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

void AdviseProjectBuildMessageEvents(
	IVsProjectBuildMessageEvents^ pEvents,
	[OutAttribute] unsigned int% pdwCookie
)

Parameters

pEvents
Type: Microsoft.VisualStudio.Shell.Interop::IVsProjectBuildMessageEvents^

[in] Pointer to the event that occurred.

pdwCookie
Type: System::UInt32

[out] Pointer to a variable that receives a cookie, or identifier, for use with this build message event.

Return to top
Show: