IVsProjectBuildMessageReporter.UnadviseProjectBuildMessageEvents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unsubscribes the project hierarchy to the build message event.
public:
void UnadviseProjectBuildMessageEvents(System::UInt32 dwCookie);
public:
void UnadviseProjectBuildMessageEvents(unsigned int dwCookie);
void UnadviseProjectBuildMessageEvents(unsigned int dwCookie);
public void UnadviseProjectBuildMessageEvents (uint dwCookie);
abstract member UnadviseProjectBuildMessageEvents : uint32 -> unit
Public Sub UnadviseProjectBuildMessageEvents (dwCookie As UInteger)
Parameters
- dwCookie
- UInt32
[in] Cookie, or identifier, that identifies the build message event from which to unsubscribe.