Freigeben über


DragDropManager Klasse

Definition

Verwaltet den Zieh- und Ablagevorgang zwischen Objekten.

public ref class DragDropManager sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DragDropManager final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DragDropManager : System.IDisposable
Public NotInheritable Class DragDropManager
Implements IDisposable
Vererbung
Object Platform::Object IInspectable DragDropManager
Attribute
Implementiert

Eigenschaften

AreConcurrentOperationsEnabled

Ruft ab oder legt fest, ob das DragDropManager- mehrere Drag- und Drop-Vorgänge gleichzeitig verarbeiten kann.

Methoden

Close()

Veröffentlicht Systemressourcen, die vom DragDropManagerverwendet werden.

Dispose()

Führt anwendungsdefinierte Aufgaben aus, die mit dem Freigeben, Freigeben oder Zurücksetzen nicht verwalteter Ressourcen verknüpft sind.

GetForIsland(ContentIsland)

Ruft einen neuen DragDropManager- für die angegebene ContentIsland-ab.

Ereignisse

TargetRequested

Tritt auf, wenn ein Objekt als Drop-Ziel für das DragDropManagerregistriert wird.

Gilt für: