FileNode.GetDragTargetHandlerNode Method

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

See Also

Reference

FileNode Class

FileNode Members

Microsoft.VisualStudio.Package Namespace