List |
public class ListViewDragDropDataObject : IDataObject
The ListViewDragDropDataObject type exposes the following members.
| Name | Description | |
|---|---|---|
| ListViewDragDropDataObject | Initializes a new instance of the ListViewDragDropDataObject class |
| Name | Description | |
|---|---|---|
| FolderName | Gets or sets the project folder name associated with the drag-and-drop operation. | |
| ItemList | Gets or sets the item list. This list either contains project items (for foreign applications) or DocNodeProxies (for our own application instance). | |
| ItemListWasRendered | Gets or sets a value indicating whether the item list was rendered. |
| Name | Description | |
|---|---|---|
| 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) | |
| GetData(String) | Retrieves a data object in a specified format; the data format is specified by a string. | |
| GetData(Type) | Retrieves a data object in a specified format; the data format is specified by a Type object. | |
| GetData(String, Boolean) | Retrieves a data object in a specified format, optionally converting the data to the specified format. | |
| GetDataPresent(String) | Checks to see whether the data is available in, or can be converted to, a specified format; the data format is specified by a string. | |
| GetDataPresent(Type) | Checks to see whether the data is available in, or can be converted to, a specified format. The data format is specified by a Type object. | |
| GetDataPresent(String, Boolean) | Checks to see whether the data is available in, or can be converted to, a specified format. A Boolean flag indicates whether to check if the data can be converted to the specified format, if it is not available in that format. | |
| GetFormats | Returns a list of all formats that the data in this data object is stored in, or can be converted to. | |
| GetFormats(Boolean) | Returns a list of all formats that the data in this data object is stored in. A Boolean flag indicates whether or not to also include formats that the data can be automatically converted to. | |
| GetHashCode | Serves as the default hash function. (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) | |
| SetData(Object) | Stores the specified data in this data object, automatically converting the data format from the source object type. | |
| SetData(String, Object) | Stores the specified data in this data object, along with one or more specified data formats. The data format is specified by a string. | |
| SetData(Type, Object) | Stores the specified data in this data object, along with one or more specified data formats. The data format is specified by a Type class. | |
| SetData(String, Object, Boolean) | Stores the specified data in this data object, along with one or more specified data formats. This overload includes a Boolean flag to indicate whether the data may be converted to another format on retrieval. | |
| SetFormats | Builds the list of clipboard formats currently available from this data object. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Format_ApplicationInstanceGuid | Clipboard format for the current application instance identifier. | |
| Format_ItemList | Clipboard format for serialized project items. | |
| Format_ItemReferenceList | Clipboard format for serialized project item references. | |
| Format_ProjectFolder | Clipboard format for the project folder name. |