IVsInfoBarUIElement::Unadvise Method (UInt32)

Visual Studio 2015
 

Unsubscribes from UI events for the InfOBar

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

int Unadvise(
	unsigned int cookie
)

Parameters

cookie
Type: System::UInt32

The listener cookie.

Return Value

Type: System::Int32

S_OK if the operation succeeded, otherwise an error code.

Return to top
Show: