ClipboardObject.IDataObject.DUnadvise(UInt32) Method

Definition

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).

Applies to