OleDataObject::IDataObject::DUnadvise Method (UInt32)

 

Terminates an advise connection previously established through DAdvise.

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

private:
virtual void DUnadvise(
	unsigned int dwConnection
) sealed = IDataObject::DUnadvise

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.

Return to top
Show: