ClipboardObject.IDataObject.DUnadvise(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.
Removes a notification connection that has been established.
virtual void Microsoft.VisualStudio.OLE.Interop.IDataObject.DUnadvise(System::UInt32 dwConnection) = Microsoft::VisualStudio::OLE::Interop::IDataObject::DUnadvise;
void IDataObject.DUnadvise (uint dwConnection);
abstract member Microsoft.VisualStudio.OLE.Interop.IDataObject.DUnadvise : uint32 -> unit
override this.Microsoft.VisualStudio.OLE.Interop.IDataObject.DUnadvise : uint32 -> unit
Sub DUnadvise (dwConnection As UInteger) Implements IDataObject.DUnadvise
Parameters
- dwConnection
- UInt32
A token that specifies the connection to remove. Use the value returned by IDataObject.DAdvise(FORMATETC[], UInt32, IAdviseSink, UInt32) when the connection was originally established.
Implements
Exceptions
The current clipboard object does not wrap an existing IDataObject (from the Microsoft.VisualStudio.OLE.Interop namespace).