OleDataObject.IDataObject.DUnadvise Method
Terminates an advise connection previously established through DAdvise.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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: UInt32DWORD token that specifies the connection to remove. Use the value returned by DAdvise when the connection was originally established.
Implements
.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.