Share via


OleDataObject.IDataObject.DUnadvise Method

Terminates an advise connection previously established through DAdvise.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

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

Parameters

  • dwConnection
    Type: System.UInt32
    DWORD token that specifies the connection to remove. Use the value returned by DAdvise when the connection was originally established.

Implements

IDataObject.DUnadvise(UInt32)

.NET Framework Security

See Also

Reference

OleDataObject Class

Microsoft.VisualStudio.Shell Namespace