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
- fDropped
Type: System.Int32
- dwEffects
Type: System.UInt32
Return Value
Type: System.Int32
Implements
IVsHierarchyDropDataSource2.OnDropNotify(Int32, UInt32)
IVsHierarchyDropDataSource.OnDropNotify(Int32, 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.