IVsDataObjectStringMapManager2::UnadviseChanges Method (UInt32)
Visual Studio 2015
Removes the listener.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Parameters
- dwCookie
-
Type:
System::UInt32
[in] An unsigned integer that identifies the listener to remove.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
You can get the dwCookie value from the call to AdviseChanges.
Show: