Freigeben über


DragInfo.AllowedOperations Eigenschaft

Definition

Ruft eine bitweise Kombination aus null oder mehr Aktionen ab, die vom Zieh- und Ablagevorgang unterstützt werden.

public:
 property DataPackageOperation AllowedOperations { DataPackageOperation get(); };
DataPackageOperation AllowedOperations();
public DataPackageOperation AllowedOperations { get; }
var dataPackageOperation = dragInfo.allowedOperations;
Public ReadOnly Property AllowedOperations As DataPackageOperation

Eigenschaftswert

Die bitweise Kombination aus null oder mehr Aktionen, die vom Zieh- und Ablagevorgang unterstützt werden.

Hinweise

Die ausgeführten Aktionen können mithilfe der Tastatur oder der Maustaste geändert werden (siehe DragDropModifiers).

Gilt für: