CoreDragOperation.StartAsync 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.
Starts the drag and drop operation.
public:
virtual IAsyncOperation<DataPackageOperation> ^ StartAsync() = StartAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DataPackageOperation> StartAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DataPackageOperation> StartAsync();
function startAsync()
Public Function StartAsync () As IAsyncOperation(Of DataPackageOperation)
Returns
The data package operation.
- Attributes