ProjectNode.OnDropNotify Method

This member overrides HierarchyNode.OnDropNotify(Int32, UInt32).

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overrides Function OnDropNotify ( _
    fDropped As Integer, _
    dwEffects As UInteger _
) As Integer
'使用
Dim instance As ProjectNode
Dim fDropped As Integer
Dim dwEffects As UInteger
Dim returnValue As Integer

returnValue = instance.OnDropNotify(fDropped, _
    dwEffects)
public override int OnDropNotify(
    int fDropped,
    uint dwEffects
)
public:
virtual int OnDropNotify(
    int fDropped, 
    unsigned int dwEffects
) override
public override function OnDropNotify(
    fDropped : int, 
    dwEffects : uint
) : int

Parameters

Return Value

Type: System.Int32

Implements

IVsHierarchyDropDataSource2.OnDropNotify(Int32, UInt32)
IVsHierarchyDropDataSource.OnDropNotify(Int32, UInt32)

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace