IVsProjectBuildMessageReporter::AdviseProjectBuildMessageEvents Method (IVsProjectBuildMessageEvents^, UInt32)
Visual Studio 2015
Subscribes the project hierarchy to the build message event.
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.
Show: