OleDataObject::IDataObject::DUnadvise Method (UInt32)
Visual Studio 2015
Terminates an advise connection previously established through DAdvise.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual void DUnadvise( unsigned int dwConnection ) sealed = IDataObject::DUnadvise
Parameters
- dwConnection
-
Type:
System::UInt32
DWORD token that specifies the connection to remove. Use the value returned by DAdvise when the connection was originally established.
Implements
IDataObject::DUnadvise(UInt32)
Show: