Returns a target node that processes a drop action after the user has dragged and dropped this node.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Friend Overrides Function GetDragTargetHandlerNode As HierarchyNode
'使用
Dim returnValue As HierarchyNode
returnValue = Me.GetDragTargetHandlerNode()
protected internal override HierarchyNode GetDragTargetHandlerNode()
protected public:
virtual HierarchyNode^ GetDragTargetHandlerNode() override
protected internal override function GetDragTargetHandlerNode() : HierarchyNode
Return Value
Type: Microsoft.VisualStudio.Package.HierarchyNode
Parent node or the root project node.
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.