DataPackage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains data being transferred during a drag and drop operation.
public ref class DataPackage
public class DataPackage
type DataPackage = class
Public Class DataPackage
- Inheritance
-
DataPackage
Constructors
| Name | Description |
|---|---|
| DataPackage() |
Initializes a new instance of the DataPackage class. |
Properties
| Name | Description |
|---|---|
| Image |
Gets or sets the image data for this data package. |
| Properties |
Gets the custom properties associated with this data package. |
| Text |
Gets or sets the text data for this data package. |
| View |
Gets a read-only view of this data package. |