DataPackageOperation Enum
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.
Specifies the type of operation performed during a drag and drop operation.
This enumeration supports a bitwise combination of its member values.
public enum class DataPackageOperation
[System.Flags]
public enum DataPackageOperation
[<System.Flags>]
type DataPackageOperation =
Public Enum DataPackageOperation
- Inheritance
-
DataPackageOperation
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | No operation is performed. |
| Copy | 1 | The data is copied to the drop target. |