ProjectNode.Drop Method

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

Return Value

Type: System.Int32

Implements

IVsHierarchyDropDataTarget.Drop(IDataObject, UInt32, UInt32, UInt32%)

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace