This member overrides HierarchyNode.DragLeave().
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides Function DragLeave As Integer
'使用
Dim instance As ProjectNode
Dim returnValue As Integer
returnValue = instance.DragLeave()
public override int DragLeave()
public:
virtual int DragLeave() override
public override function DragLeave() : int
Return Value
Type: System.Int32
Implements
IVsHierarchyDropDataTarget.DragLeave()
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.