This member overrides HierarchyNode.Drop(IDataObject, UInt32, UInt32, UInt32%).
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides Function Drop ( _
pDataObject As IDataObject, _
grfKeyState As UInteger, _
itemid As UInteger, _
ByRef pdwEffect As UInteger _
) As Integer
'使用
Dim instance As ProjectNode
Dim pDataObject As IDataObject
Dim grfKeyState As UInteger
Dim itemid As UInteger
Dim pdwEffect As UInteger
Dim returnValue As Integer
returnValue = instance.Drop(pDataObject, _
grfKeyState, itemid, pdwEffect)
public override int Drop(
IDataObject pDataObject,
uint grfKeyState,
uint itemid,
ref uint pdwEffect
)
public:
virtual int Drop(
IDataObject^ pDataObject,
unsigned int grfKeyState,
unsigned int itemid,
unsigned int% pdwEffect
) override
public override function Drop(
pDataObject : IDataObject,
grfKeyState : uint,
itemid : uint,
pdwEffect : uint
) : int
Parameters
- pDataObject
Type: Microsoft.VisualStudio.OLE.Interop.IDataObject
- grfKeyState
Type: System.UInt32
- itemid
Type: System.UInt32
- pdwEffect
Type: System.UInt32%
Return Value
Type: System.Int32
Implements
IVsHierarchyDropDataTarget.Drop(IDataObject, UInt32, UInt32, UInt32%)
Permissions
- 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.