IVsInfoBarUIElement.Unadvise(UInt32) 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 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.