Compartir a través de


DragOperation.AllowedOperations Propiedad

Definición

Obtiene o establece la combinación bit a bit de cero o más acciones que se van a realizar en el contenido que se está arrastrando.

public:
 property DataPackageOperation AllowedOperations { DataPackageOperation get(); void set(DataPackageOperation value); };
DataPackageOperation AllowedOperations();

void AllowedOperations(DataPackageOperation value);
public DataPackageOperation AllowedOperations { get; set; }
var dataPackageOperation = dragOperation.allowedOperations;
dragOperation.allowedOperations = dataPackageOperation;
Public Property AllowedOperations As DataPackageOperation

Valor de propiedad

Combinación bit a bit de cero o más acciones que se van a realizar en el contenido que se va a arrastrar.

Se aplica a