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
- 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.