IVsProjectBuildMessageReporter::UnadviseProjectBuildMessageEvents Method (UInt32)

 

Unsubscribes 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 UnadviseProjectBuildMessageEvents(
	unsigned int dwCookie
)

Parameters

dwCookie
Type: System::UInt32

[in] Cookie, or identifier, that identifies the build message event from which to unsubscribe.

Return to top
Show: