Share via


BaseUIHierarchy.ClearHierarchyDataObject Method

Clears the HierarchyData out of the clipboard.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Sub ClearHierarchyDataObject
'Usage
Dim instance As BaseUIHierarchy

instance.ClearHierarchyDataObject()
public void ClearHierarchyDataObject()
public:
void ClearHierarchyDataObject()
public function ClearHierarchyDataObject()

Remarks

If the clipboard data is a pending IHierarchyData cut, clears the whole clipboard which forces the source to be notified and reset. If not, clears only the HierarchyItemsFormat leaving all data in other formats.

.NET Framework Security

See Also

Reference

BaseUIHierarchy Class

BaseUIHierarchy Members

Microsoft.TeamFoundation.Common Namespace