Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: UInt32[in] Cookie, or identifier, that identifies the build message event from which to unsubscribe.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.