다음을 통해 공유


OleDataObject.IDataObject.DUnadvise Method

Terminates an advise connection previously established through DAdvise.

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

Syntax

‘선언
Private Sub DUnadvise ( _
    dwConnection As UInteger _
) Implements IDataObject.DUnadvise
void IDataObject.DUnadvise(
    uint dwConnection
)

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