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.Int32A token that specifies the connection to remove. Use the value returned by IDataObject.DAdvise when the connection was originally established.
Implements
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.