ICoreDropOperationTarget.DropAsync(CoreDragInfo) Method
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.
Called when a dragged item is dropped.
public:
IAsyncOperation<DataPackageOperation> ^ DropAsync(CoreDragInfo ^ dragInfo);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DataPackageOperation> DropAsync(CoreDragInfo const& dragInfo);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DataPackageOperation> DropAsync(CoreDragInfo dragInfo);
function dropAsync(dragInfo)
Public Function DropAsync (dragInfo As CoreDragInfo) As IAsyncOperation(Of DataPackageOperation)
Parameters
- dragInfo
- CoreDragInfo
The core drag information.
Returns
The data package operation.
- Attributes