Freigeben über


DragOperation.StartAsync(DragDropManager, PointerPoint) Methode

Definition

Startet den Drag-and-Drop-Vorgang für die angegebene DragDropManager mithilfe des angegebenen Eingabezeigers.

public:
 virtual IAsyncOperation<DataPackageOperation> ^ StartAsync(DragDropManager ^ initialTarget, PointerPoint ^ initialPointerPoint) = StartAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DataPackageOperation> StartAsync(DragDropManager const& initialTarget, PointerPoint const& initialPointerPoint);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DataPackageOperation> StartAsync(DragDropManager initialTarget, PointerPoint initialPointerPoint);
function startAsync(initialTarget, initialPointerPoint)
Public Function StartAsync (initialTarget As DragDropManager, initialPointerPoint As PointerPoint) As IAsyncOperation(Of DataPackageOperation)

Parameter

initialTarget
DragDropManager

Das Ziel des Drag and Drop-Vorgangs.

initialPointerPoint
PointerPoint

Der Eingabezeiger, der dem Drag-and-Drop-Vorgang zugeordnet ist.

Gibt zurück

Ein asynchrones Vorgangsobjekt, aus dem Sie nach erfolgreichem Abschluss ein DataPackageOperation -Objekt abrufen können, das die ausgeführten Aktionen angibt.

Attribute

Gilt für: