次の方法で共有


IDropTarget.DragOver Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Sub DragOver ( _
    grfKeyState As UInteger, _
    pt As POINTL, _
    <OutAttribute> ByRef pdwEffect As UInteger _
)
void DragOver(
    uint grfKeyState,
    POINTL pt,
    out uint pdwEffect
)

Parameters

Remarks

For information on the COM interface, see IDropTarget::DragOver

.NET Framework Security

See Also

Reference

IDropTarget Interface

Microsoft.VisualStudio.OLE.Interop Namespace