Share via


IVsInfoBarUIElement.Unadvise(UInt32) Method

Definition

Unsubscribes from UI events for the InfOBar

public:
 int Unadvise(System::UInt32 cookie);
public:
 int Unadvise(unsigned int cookie);
int Unadvise(unsigned int cookie);
public int Unadvise (uint cookie);
abstract member Unadvise : uint32 -> int
Public Function Unadvise (cookie As UInteger) As Integer

Parameters

cookie
UInt32

The listener cookie.

Returns

S_OK if the operation succeeded, otherwise an error code.

Applies to