IVsContainedLanguageHost.Unadvise(UInt32) Method
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.
Called by a client that is no longer interested in receiving notifications from the editor.
public:
int Unadvise(System::UInt32 vsCookie);
public:
int Unadvise(unsigned int vsCookie);
int Unadvise(unsigned int vsCookie);
public int Unadvise (uint vsCookie);
abstract member Unadvise : uint32 -> int
Public Function Unadvise (vsCookie As UInteger) As Integer
- vsCookie
- UInt32
[in] The unique value that was returned from the Advise(IVsContainedLanguageHostEvents, UInt32) method.
If successful, returns S_OK; otherwise, returns an error code.
From singlefileeditor.idl:
HRESULT Unadvise(
[in] VSCOOKIE vsCookie
);