Compartir a través de


DragInfo.AllowedOperations Propiedad

Definición

Obtiene una combinación bit a bit de cero o más acciones admitidas por la operación de arrastrar y colocar.

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

Valor de propiedad

Combinación bit a bit de cero o más acciones admitidas por la operación de arrastrar y colocar.

Comentarios

Las acciones que se realizan se pueden modificar mediante el teclado o los botones del mouse (consulte DragDropModifiers).

Se aplica a