ClipboardObject.IDataObject.DUnadvise(Int32) Method

Definition

Removes a notification connection that had been previously established.

 virtual void System.Runtime.InteropServices.ComTypes.IDataObject.DUnadvise(int connection) = System::Runtime::InteropServices::ComTypes::IDataObject::DUnadvise;
void IDataObject.DUnadvise (int connection);
override this.System.Runtime.InteropServices.ComTypes.IDataObject.DUnadvise : int -> unit
Sub DUnadvise (connection As Integer) Implements IDataObject.DUnadvise

Parameters

connection
Int32

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

Applies to