Share via


IVsProjectBuildMessageReporter.UnadviseProjectBuildMessageEvents Method

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)

Syntax

'Declaration
Sub UnadviseProjectBuildMessageEvents ( _
    dwCookie As UInteger _
)
void UnadviseProjectBuildMessageEvents(
    uint dwCookie
)
void UnadviseProjectBuildMessageEvents(
    [InAttribute] unsigned int dwCookie
)
abstract UnadviseProjectBuildMessageEvents : 
        dwCookie:uint32 -> unit
function UnadviseProjectBuildMessageEvents(
    dwCookie : uint
)

Parameters

  • dwCookie
    Type: System.UInt32

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

.NET Framework Security

See Also

Reference

IVsProjectBuildMessageReporter Interface

Microsoft.VisualStudio.Shell.Interop Namespace