HierarchyNode.ItemsDraggedOrCutOrCopied Property

Gets the list of nodes that are selected for a drag, cut, or copy operation.

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

Syntax

'宣言
Protected ReadOnly Property ItemsDraggedOrCutOrCopied As List(Of HierarchyNode)
'使用
Dim value As List(Of HierarchyNode)

value = Me.ItemsDraggedOrCutOrCopied
protected List<HierarchyNode> ItemsDraggedOrCutOrCopied { get; }
protected:
property List<HierarchyNode^>^ ItemsDraggedOrCutOrCopied {
    List<HierarchyNode^>^ get ();
}
protected function get ItemsDraggedOrCutOrCopied () : List<HierarchyNode>

Property Value

Type: System.Collections.Generic.List<HierarchyNode>

Returns a list of the nodes that are selected.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace