ClipboardObject.IDataObject.DUnadvise Method

Removes a notification connection that had been previously established.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Private Sub DUnadvise ( _
    connection As Integer _
) Implements IDataObject.DUnadvise
void IDataObject.DUnadvise(
    int connection
)
private:
virtual void DUnadvise(
    int connection
) sealed = IDataObject::DUnadvise
private abstract DUnadvise : 
        connection:int -> unit  
private override DUnadvise : 
        connection:int -> unit
JScript does not support explicit interface implementations.

Parameters

  • connection
    Type: System.Int32

    A token that specifies the connection to remove. Use the value returned by IDataObject.DAdvise when the connection was originally established.

Implements

IDataObject.DUnadvise(Int32)

Remarks

This method delegates the call to the corresponding DUnadvise from the System.Runtime.InteropServices.ComTypes namespace, assuming that the clipboard object is wrapping an existing IDataObject.

.NET Framework Security

See Also

Reference

ClipboardObject Class

Microsoft.VisualStudio.Data.Framework Namespace