BaseUIHierarchy.HierarchyDataObject Class
Represents clipboard data.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Common.BaseUIHierarchy.HierarchyDataObject
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Class HierarchyDataObject
public class HierarchyDataObject
public ref class HierarchyDataObject
type HierarchyDataObject = class end
public class HierarchyDataObject
The BaseUIHierarchy.HierarchyDataObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BaseUIHierarchy.HierarchyDataObject(IDataObject, IVsUIHierarchy) | Initializes a new instance of this HierarchyDataObject class. | |
BaseUIHierarchy.HierarchyDataObject(array<SelectionPair[], Boolean) | Initializes a new instance of this HierarchyDataObject class. |
Top
Properties
Name | Description | |
---|---|---|
DataObject | Gets the OleDataObject representing the data contained by this class. | |
HierarchyItemsFormat | Gets the registered clipboard format of this data object. | |
Items | Gets the array of SelectionPair objects representing the items associated with this data object. | |
WasCut | Gets or sets a flag describing whether this data was cut. |
Top
Methods
Name | Description | |
---|---|---|
ClearItems | Clears the contents of the clipboard and this data object. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetFileDropList | Gets the list of files in this data object as an array of strings. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.