IVsContainedLanguageHost::Unadvise Method (UInt32)
Visual Studio 2015
Called by a client that is no longer interested in receiving notifications from the editor.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- vsCookie
-
Type:
System::UInt32
[in] The unique value that was returned from the Advise method.
From singlefileeditor.idl:
HRESULT Unadvise(
[in] VSCOOKIE vsCookie
);
Show: