Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub DragOver ( _
grfKeyState As UInteger, _
pt As POINTL, _
<OutAttribute> ByRef pdwEffect As UInteger _
)
void DragOver(
uint grfKeyState,
POINTL pt,
out uint pdwEffect
)
void DragOver(
[InAttribute] unsigned int grfKeyState,
[InAttribute] POINTL pt,
[InAttribute] [OutAttribute] unsigned int% pdwEffect
)
abstract DragOver :
grfKeyState:uint32 *
pt:POINTL *
pdwEffect:uint32 byref -> unit
function DragOver(
grfKeyState : uint,
pt : POINTL,
pdwEffect : uint
)
Parameters
- grfKeyState
Type: System.UInt32
- pdwEffect
Type: System.UInt32%
Remarks
For information on the COM interface, see IDropTarget::DragOver
.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.